Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
KiipAndroid ( ) : System |
public static init ( string appKey, string appSecret ) : void | ||
appKey | string | |
appSecret | string | |
Результат | void |
public static saveMoment ( string momentId, double val ) : void | ||
momentId | string | |
val | double | |
Результат | void |
public static setBirthday ( int birthday ) : void | ||
birthday | int | |
Результат | void |
public static setEmail ( string email ) : void | ||
string | ||
Результат | void |
public static setGender ( string gender ) : void | ||
gender | string | |
Результат | void |
public static setInterfaceOrientation ( DeviceOrientation orientation ) : void | ||
orientation | DeviceOrientation | |
Результат | void |
public static setShouldAutorotate ( bool shouldAutorotate ) : void | ||
shouldAutorotate | bool | |
Результат | void |
public static setTestMode ( bool testMode ) : void | ||
testMode | bool | |
Результат | void |
public static setUserId ( string userId ) : void | ||
userId | string | |
Результат | void |