TapSDK C#
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
TapTap.Common.Result Class Reference

Public Member Functions

 Result ()
 
 Result (string json)
 
string ToJSON ()
 

Public Attributes

int code
 
string message
 
string content
 
string callbackId
 
bool onceTime
 

Static Public Attributes

static int RESULT_SUCCESS = 0
 
static int RESULT_ERROR = -1
 

Constructor & Destructor Documentation

◆ Result() [1/2]

TapTap.Common.Result.Result ( )
inline

◆ Result() [2/2]

TapTap.Common.Result.Result ( string  json)
inline

Member Function Documentation

◆ ToJSON()

string TapTap.Common.Result.ToJSON ( )
inline

Member Data Documentation

◆ callbackId

string TapTap.Common.Result.callbackId

◆ code

int TapTap.Common.Result.code

◆ content

string TapTap.Common.Result.content

◆ message

string TapTap.Common.Result.message

◆ onceTime

bool TapTap.Common.Result.onceTime

◆ RESULT_ERROR

int TapTap.Common.Result.RESULT_ERROR = -1
static

◆ RESULT_SUCCESS

int TapTap.Common.Result.RESULT_SUCCESS = 0
static

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