|
| void | SetCallback (Action< int, string > callback) |
| |
| void | Init (string clientId) |
| |
| void | Init (string clientId, bool isCN) |
| |
| void | Open (Orientation orientation) |
| |
| void | Publish (Orientation orientation, string[] imagePaths, string content) |
| |
| void | PublishVideo (Orientation orientation, string[] videoPaths, string[] imagePaths, string title, string desc) |
| |
| void | PublishVideo (Orientation orientation, string[] videoPaths, string title, string desc) |
| |
| void | FetchNotification () |
| |
| void | Close () |
| |
| void | Close (string title, string content) |
| |
| void | SetUseAutoRotate (bool useAuto) |
| |
| void | DirectlyOpen (Orientation orientation, string page, Dictionary< string, object > extras) |
| |
◆ Close() [1/2]
| void TapTap.Moment.ITapMoment.Close |
( |
| ) |
|
◆ Close() [2/2]
| void TapTap.Moment.ITapMoment.Close |
( |
string |
title, |
|
|
string |
content |
|
) |
| |
◆ DirectlyOpen()
| void TapTap.Moment.ITapMoment.DirectlyOpen |
( |
Orientation |
orientation, |
|
|
string |
page, |
|
|
Dictionary< string, object > |
extras |
|
) |
| |
◆ FetchNotification()
| void TapTap.Moment.ITapMoment.FetchNotification |
( |
| ) |
|
◆ Init() [1/2]
| void TapTap.Moment.ITapMoment.Init |
( |
string |
clientId | ) |
|
◆ Init() [2/2]
| void TapTap.Moment.ITapMoment.Init |
( |
string |
clientId, |
|
|
bool |
isCN |
|
) |
| |
◆ Open()
| void TapTap.Moment.ITapMoment.Open |
( |
Orientation |
orientation | ) |
|
◆ Publish()
| void TapTap.Moment.ITapMoment.Publish |
( |
Orientation |
orientation, |
|
|
string[] |
imagePaths, |
|
|
string |
content |
|
) |
| |
◆ PublishVideo() [1/2]
| void TapTap.Moment.ITapMoment.PublishVideo |
( |
Orientation |
orientation, |
|
|
string[] |
videoPaths, |
|
|
string |
title, |
|
|
string |
desc |
|
) |
| |
◆ PublishVideo() [2/2]
| void TapTap.Moment.ITapMoment.PublishVideo |
( |
Orientation |
orientation, |
|
|
string[] |
videoPaths, |
|
|
string[] |
imagePaths, |
|
|
string |
title, |
|
|
string |
desc |
|
) |
| |
◆ SetCallback()
| void TapTap.Moment.ITapMoment.SetCallback |
( |
Action< int, string > |
callback | ) |
|
◆ SetUseAutoRotate()
| void TapTap.Moment.ITapMoment.SetUseAutoRotate |
( |
bool |
useAuto | ) |
|
The documentation for this interface was generated from the following file: