C# Class chameleon.ChameleonSDK.EventListener

Mostrar archivo Open project: ucloud/chameleon Class Usage Examples

Public Methods

Method 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 method

public onAntiAddiction ( int flag ) : void
flag int
return void

onDestroyed() public method

public onDestroyed ( int code ) : void
code int
return void

onGuestBind() public method

public onGuestBind ( string loginInfo ) : void
loginInfo string
return void

onInit() public method

public onInit ( int code ) : void
code int
return void

onLogin() public method

public onLogin ( string loginInfo ) : void
loginInfo string
return void

onLoginFail() public method

public onLoginFail ( int code ) : void
code int
return void

onLoginGuest() public method

public onLoginGuest ( ) : void
return void

onLogout() public method

public onLogout ( ) : void
return void

onPause() public method

public onPause ( ) : void
return void

onPay() public method

public onPay ( int code ) : void
code int
return void

onRegistGuest() public method

public onRegistGuest ( int code, string loginInfo ) : void
code int
loginInfo string
return void

onRunProtocol() public method

public onRunProtocol ( int code, string method, string result ) : void
code int
method string
result string
return void

onSwitchAccount() public method

public onSwitchAccount ( int code, string loginInfo ) : void
code int
loginInfo string
return void

preAccountSwitch() public method

public preAccountSwitch ( ) : void
return void