C# Class Kiip.KiipAndroid, unity-wrapper

Afficher le fichier Open project: kiip/unity-wrapper Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
KiipAndroid ( ) : System

Method Details

endSession() public static méthode

public static endSession ( ) : void
Résultat void

init() public static méthode

public static init ( string appKey, string appSecret ) : void
appKey string
appSecret string
Résultat void

saveMoment() public static méthode

public static saveMoment ( string momentId, double val ) : void
momentId string
val double
Résultat void

setBirthday() public static méthode

public static setBirthday ( int birthday ) : void
birthday int
Résultat void

setEmail() public static méthode

public static setEmail ( string email ) : void
email string
Résultat void

setGender() public static méthode

public static setGender ( string gender ) : void
gender string
Résultat void

setInterfaceOrientation() public static méthode

public static setInterfaceOrientation ( DeviceOrientation orientation ) : void
orientation DeviceOrientation
Résultat void

setShouldAutorotate() public static méthode

public static setShouldAutorotate ( bool shouldAutorotate ) : void
shouldAutorotate bool
Résultat void

setTestMode() public static méthode

public static setTestMode ( bool testMode ) : void
testMode bool
Résultat void

setUserId() public static méthode

public static setUserId ( string userId ) : void
userId string
Résultat void

showPoptart() public static méthode

public static showPoptart ( ) : void
Résultat void

startSession() public static méthode

public static startSession ( ) : void
Résultat void