C# Class GUIInit.Listener, chameleon

Inheritance: chameleon.ChameleonSDK.EventListener
Afficher le fichier Open project: ucloud/chameleon

Méthodes publiques

Méthode 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

Method Details

Listener() public méthode

public Listener ( MonoBehaviour owner ) : System.Collections
owner MonoBehaviour
Résultat System.Collections

onAntiAddiction() public méthode

public onAntiAddiction ( int flag ) : void
flag int
Résultat void

onDestroyed() public méthode

public onDestroyed ( int code ) : void
code int
Résultat void

onGuestBind() public méthode

public onGuestBind ( string loginInfo ) : void
loginInfo string
Résultat void

onInit() public méthode

public onInit ( int code ) : void
code int
Résultat void

onLogin() public méthode

public onLogin ( string loginInfo ) : void
loginInfo string
Résultat void

onLoginFail() public méthode

public onLoginFail ( int code ) : void
code int
Résultat void

onLoginGuest() public méthode

public onLoginGuest ( ) : void
Résultat void

onLogout() public méthode

public onLogout ( ) : void
Résultat void

onPause() public méthode

public onPause ( ) : void
Résultat void

onPay() public méthode

public onPay ( int code ) : void
code int
Résultat void

onRegistGuest() public méthode

public onRegistGuest ( int code, string loginInfo ) : void
code int
loginInfo string
Résultat void

onSwitchAccount() public méthode

public onSwitchAccount ( int code, string loginInfo ) : void
code int
loginInfo string
Résultat void

preAccountSwitch() public méthode

public preAccountSwitch ( ) : void
Résultat void