C# Class ChamListener.Listener, chameleon

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

Méthodes publiques

Méthode Description
onAntiAddiction ( int flag ) : void
onDestroyed ( ) : void
onGuestBind ( string loginInfo ) : void
onInit ( ) : void
onLogin ( string loginInfo ) : void
onLoginFail ( int code ) : 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

onAntiAddiction() public méthode

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

onDestroyed() public méthode

public onDestroyed ( ) : void
Résultat void

onGuestBind() public méthode

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

onInit() public méthode

public onInit ( ) : void
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

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