C# Class chameleon.ChameleonSDK.EventListener

Afficher le fichier Open project: ucloud/chameleon Class Usage Examples

Méthodes publiques

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

Method Details

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

onRunProtocol() public méthode

public onRunProtocol ( int code, string method, string result ) : void
code int
method string
result 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