C# Класс Kiip.KiipiOS, unity-wrapper

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
_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

Описание методов

endSession() публичный статический Метод

public static endSession ( ) : void
Результат void

init() публичный статический Метод

public static init ( string appKey, string appSecret ) : void
appKey string
appSecret string
Результат void

saveMoment() публичный статический Метод

public static saveMoment ( string momentId, double val ) : void
momentId string
val double
Результат void

setBirthday() публичный статический Метод

public static setBirthday ( int birthday ) : void
birthday int
Результат void

setEmail() публичный статический Метод

public static setEmail ( string email ) : void
email string
Результат void

setGender() публичный статический Метод

public static setGender ( string gender ) : void
gender string
Результат void

setInterfaceOrientation() публичный статический Метод

public static setInterfaceOrientation ( DeviceOrientation orientation ) : void
orientation DeviceOrientation
Результат void

setShouldAutorotate() публичный статический Метод

public static setShouldAutorotate ( bool shouldAutorotate ) : void
shouldAutorotate bool
Результат void

setTestMode() публичный статический Метод

public static setTestMode ( bool testMode ) : void
testMode bool
Результат void

setUserId() публичный статический Метод

public static setUserId ( string userId ) : void
userId string
Результат void

showPoptart() публичный статический Метод

public static showPoptart ( ) : void
Результат void

startSession() публичный статический Метод

public static startSession ( ) : void
Результат void