Method | Description | |
---|---|---|
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 | |
return | System.Collections |
public onGuestBind ( string loginInfo ) : void | ||
loginInfo | string | |
return | void |
public onRegistGuest ( int code, string loginInfo ) : void | ||
code | int | |
loginInfo | string | |
return | void |
public onSwitchAccount ( int code, string loginInfo ) : void | ||
code | int | |
loginInfo | string | |
return | void |