TapSDK C#
Public Member Functions | List of all members
TapTap.Moment.ITapMoment Interface Reference
Inheritance diagram for TapTap.Moment.ITapMoment:
TapTap.Moment.MomentImpl

Public Member Functions

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)
 

Member Function Documentation

◆ Close() [1/2]

void TapTap.Moment.ITapMoment.Close ( )

Implemented in TapTap.Moment.MomentImpl.

◆ Close() [2/2]

void TapTap.Moment.ITapMoment.Close ( string  title,
string  content 
)

Implemented in TapTap.Moment.MomentImpl.

◆ DirectlyOpen()

void TapTap.Moment.ITapMoment.DirectlyOpen ( Orientation  orientation,
string  page,
Dictionary< string, object >  extras 
)

Implemented in TapTap.Moment.MomentImpl.

◆ FetchNotification()

void TapTap.Moment.ITapMoment.FetchNotification ( )

Implemented in TapTap.Moment.MomentImpl.

◆ Init() [1/2]

void TapTap.Moment.ITapMoment.Init ( string  clientId)

Implemented in TapTap.Moment.MomentImpl.

◆ Init() [2/2]

void TapTap.Moment.ITapMoment.Init ( string  clientId,
bool  isCN 
)

Implemented in TapTap.Moment.MomentImpl.

◆ Open()

void TapTap.Moment.ITapMoment.Open ( Orientation  orientation)

Implemented in TapTap.Moment.MomentImpl.

◆ Publish()

void TapTap.Moment.ITapMoment.Publish ( Orientation  orientation,
string[]  imagePaths,
string  content 
)

Implemented in TapTap.Moment.MomentImpl.

◆ PublishVideo() [1/2]

void TapTap.Moment.ITapMoment.PublishVideo ( Orientation  orientation,
string[]  videoPaths,
string  title,
string  desc 
)

Implemented in TapTap.Moment.MomentImpl.

◆ PublishVideo() [2/2]

void TapTap.Moment.ITapMoment.PublishVideo ( Orientation  orientation,
string[]  videoPaths,
string[]  imagePaths,
string  title,
string  desc 
)

Implemented in TapTap.Moment.MomentImpl.

◆ SetCallback()

void TapTap.Moment.ITapMoment.SetCallback ( Action< int, string >  callback)

Implemented in TapTap.Moment.MomentImpl.

◆ SetUseAutoRotate()

void TapTap.Moment.ITapMoment.SetUseAutoRotate ( bool  useAuto)

Implemented in TapTap.Moment.MomentImpl.


The documentation for this interface was generated from the following file: