메소드 | 설명 | |
---|---|---|
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 |
public Listener ( MonoBehaviour owner ) : System.Collections | ||
owner | MonoBehaviour | |
리턴 | System.Collections |
public onRegistGuest ( int code, string loginInfo ) : void | ||
code | int | |
loginInfo | string | |
리턴 | void |
public onSwitchAccount ( int code, string loginInfo ) : void | ||
code | int | |
loginInfo | string | |
리턴 | void |