C# 클래스 GUIInit.Listener, chameleon

상속: chameleon.ChameleonSDK.EventListener
파일 보기 프로젝트 열기: ucloud/chameleon

공개 메소드들

메소드 설명
Listener ( MonoBehaviour owner ) : System.Collections
onAntiAddiction ( int flag ) : void
onDestroyed ( int code ) : void
onGuestBind ( string loginInfo ) : void
onInit ( int code ) : void
onLogin ( string loginInfo ) : void
onLoginFail ( int code ) : void
onLoginGuest ( ) : void
onLogout ( ) : void
onPause ( ) : void
onPay ( int code ) : void
onRegistGuest ( int code, string loginInfo ) : void
onSwitchAccount ( int code, string loginInfo ) : void
preAccountSwitch ( ) : void

메소드 상세

Listener() 공개 메소드

public Listener ( MonoBehaviour owner ) : System.Collections
owner MonoBehaviour
리턴 System.Collections

onAntiAddiction() 공개 메소드

public onAntiAddiction ( int flag ) : void
flag int
리턴 void

onDestroyed() 공개 메소드

public onDestroyed ( int code ) : void
code int
리턴 void

onGuestBind() 공개 메소드

public onGuestBind ( string loginInfo ) : void
loginInfo string
리턴 void

onInit() 공개 메소드

public onInit ( int code ) : void
code int
리턴 void

onLogin() 공개 메소드

public onLogin ( string loginInfo ) : void
loginInfo string
리턴 void

onLoginFail() 공개 메소드

public onLoginFail ( int code ) : void
code int
리턴 void

onLoginGuest() 공개 메소드

public onLoginGuest ( ) : void
리턴 void

onLogout() 공개 메소드

public onLogout ( ) : void
리턴 void

onPause() 공개 메소드

public onPause ( ) : void
리턴 void

onPay() 공개 메소드

public onPay ( int code ) : void
code int
리턴 void

onRegistGuest() 공개 메소드

public onRegistGuest ( int code, string loginInfo ) : void
code int
loginInfo string
리턴 void

onSwitchAccount() 공개 메소드

public onSwitchAccount ( int code, string loginInfo ) : void
code int
loginInfo string
리턴 void

preAccountSwitch() 공개 메소드

public preAccountSwitch ( ) : void
리턴 void