Method | Description | |
---|---|---|
endSession ( ) : void | ||
init ( string appKey, string appSecret ) : void | ||
saveMoment ( string momentId, double val ) : void | ||
setBirthday ( int birthday ) : void | ||
setEmail ( string email ) : void | ||
setGender ( string gender ) : void | ||
setInterfaceOrientation ( DeviceOrientation orientation ) : void | ||
setShouldAutorotate ( bool shouldAutorotate ) : void | ||
setTestMode ( bool testMode ) : void | ||
setUserId ( string userId ) : void | ||
showPoptart ( ) : void | ||
startSession ( ) : void |
Method | Description | |
---|---|---|
_kiipInit ( string appKey, string appSecret ) : void | ||
_kiipSaveMoment ( string momentId, double val ) : void | ||
_kiipSetBirthday ( int birthday ) : void | ||
_kiipSetEmail ( string email ) : void | ||
_kiipSetGender ( string gender ) : void | ||
_kiipSetInterfaceOrientation ( int orientation ) : void | ||
_kiipSetShouldAutorotate ( bool shouldAutorotate ) : void | ||
_kiipSetTestMode ( bool testMode ) : void | ||
_kiipShowPoptart ( ) : void |
public static init ( string appKey, string appSecret ) : void | ||
appKey | string | |
appSecret | string | |
return | void |
public static saveMoment ( string momentId, double val ) : void | ||
momentId | string | |
val | double | |
return | void |
public static setBirthday ( int birthday ) : void | ||
birthday | int | |
return | void |
public static setEmail ( string email ) : void | ||
string | ||
return | void |
public static setGender ( string gender ) : void | ||
gender | string | |
return | void |
public static setInterfaceOrientation ( DeviceOrientation orientation ) : void | ||
orientation | DeviceOrientation | |
return | void |
public static setShouldAutorotate ( bool shouldAutorotate ) : void | ||
shouldAutorotate | bool | |
return | void |
public static setTestMode ( bool testMode ) : void | ||
testMode | bool | |
return | void |
public static setUserId ( string userId ) : void | ||
userId | string | |
return | void |