C# 클래스 chameleon.ChameleonSDK.EventListener

파일 보기 프로젝트 열기: ucloud/chameleon 1 사용 예제들

공개 메소드들

메소드 설명
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
onRunProtocol ( int code, string method, string result ) : void
onSwitchAccount ( int code, string loginInfo ) : void
preAccountSwitch ( ) : void

메소드 상세

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

onRunProtocol() 공개 메소드

public onRunProtocol ( int code, string method, string result ) : void
code int
method string
result string
리턴 void

onSwitchAccount() 공개 메소드

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

preAccountSwitch() 공개 메소드

public preAccountSwitch ( ) : void
리턴 void