C# Class Kiip.KiipAndroid, unity-wrapper

Mostra file Open project: kiip/unity-wrapper Class Usage Examples

Public Methods

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

Private Methods

Method Description
KiipAndroid ( ) : System

Method Details

endSession() public static method

public static endSession ( ) : void
return void

init() public static method

public static init ( string appKey, string appSecret ) : void
appKey string
appSecret string
return void

saveMoment() public static method

public static saveMoment ( string momentId, double val ) : void
momentId string
val double
return void

setBirthday() public static method

public static setBirthday ( int birthday ) : void
birthday int
return void

setEmail() public static method

public static setEmail ( string email ) : void
email string
return void

setGender() public static method

public static setGender ( string gender ) : void
gender string
return void

setInterfaceOrientation() public static method

public static setInterfaceOrientation ( DeviceOrientation orientation ) : void
orientation DeviceOrientation
return void

setShouldAutorotate() public static method

public static setShouldAutorotate ( bool shouldAutorotate ) : void
shouldAutorotate bool
return void

setTestMode() public static method

public static setTestMode ( bool testMode ) : void
testMode bool
return void

setUserId() public static method

public static setUserId ( string userId ) : void
userId string
return void

showPoptart() public static method

public static showPoptart ( ) : void
return void

startSession() public static method

public static startSession ( ) : void
return void