C# 클래스 Kiip.KiipiOS, unity-wrapper

파일 보기 프로젝트 열기: kiip/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