|
| 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 title, string desc) |
| |
| void | PublishVideo (Orientation orientation, string[] videoPaths, string[] imagePaths, string title, string desc) |
| |
| void | FetchNotification () |
| |
| void | Close () |
| |
| void | Close (string title, string content) |
| |
| void | SetAndroidRequestOrientation (int orientation) |
| |
| void | SetUseAutoRotate (bool useAuto) |
| |
| void | DirectlyOpen (Orientation orientation, string page, Dictionary< string, object > extras) |
| |
◆ Close() [1/2]
| void TapTap.Moment.MomentImpl.Close |
( |
| ) |
|
|
inline |
◆ Close() [2/2]
| void TapTap.Moment.MomentImpl.Close |
( |
string |
title, |
|
|
string |
content |
|
) |
| |
|
inline |
◆ DirectlyOpen()
| void TapTap.Moment.MomentImpl.DirectlyOpen |
( |
Orientation |
orientation, |
|
|
string |
page, |
|
|
Dictionary< string, object > |
extras |
|
) |
| |
|
inline |
◆ FetchNotification()
| void TapTap.Moment.MomentImpl.FetchNotification |
( |
| ) |
|
|
inline |
◆ GetInstance()
| static MomentImpl TapTap.Moment.MomentImpl.GetInstance |
( |
| ) |
|
|
inlinestatic |
◆ Init() [1/2]
| void TapTap.Moment.MomentImpl.Init |
( |
string |
clientId | ) |
|
|
inline |
◆ Init() [2/2]
| void TapTap.Moment.MomentImpl.Init |
( |
string |
clientId, |
|
|
bool |
isCN |
|
) |
| |
|
inline |
◆ Open()
| void TapTap.Moment.MomentImpl.Open |
( |
Orientation |
orientation | ) |
|
|
inline |
◆ Publish()
| void TapTap.Moment.MomentImpl.Publish |
( |
Orientation |
orientation, |
|
|
string[] |
imagePaths, |
|
|
string |
content |
|
) |
| |
|
inline |
◆ PublishVideo() [1/2]
| void TapTap.Moment.MomentImpl.PublishVideo |
( |
Orientation |
orientation, |
|
|
string[] |
videoPaths, |
|
|
string |
title, |
|
|
string |
desc |
|
) |
| |
|
inline |
◆ PublishVideo() [2/2]
| void TapTap.Moment.MomentImpl.PublishVideo |
( |
Orientation |
orientation, |
|
|
string[] |
videoPaths, |
|
|
string[] |
imagePaths, |
|
|
string |
title, |
|
|
string |
desc |
|
) |
| |
|
inline |
◆ SetAndroidRequestOrientation()
| void TapTap.Moment.MomentImpl.SetAndroidRequestOrientation |
( |
int |
orientation | ) |
|
|
inline |
◆ SetCallback()
| void TapTap.Moment.MomentImpl.SetCallback |
( |
Action< int, string > |
callback | ) |
|
|
inline |
◆ SetUseAutoRotate()
| void TapTap.Moment.MomentImpl.SetUseAutoRotate |
( |
bool |
useAuto | ) |
|
|
inline |
The documentation for this class was generated from the following file: