C# Class GUIInit.Listener, chameleon

Inheritance: chameleon.ChameleonSDK.EventListener
ファイルを表示 Open project: ucloud/chameleon

Public Methods

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

Method Details

Listener() public method

public Listener ( MonoBehaviour owner ) : System.Collections
owner MonoBehaviour
return System.Collections

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

onSwitchAccount() public method

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

preAccountSwitch() public method

public preAccountSwitch ( ) : void
return void