C# Класс chameleon.ChameleonSDK.EventListener

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

onAntiAddiction() публичный Метод

public onAntiAddiction ( int flag ) : void
flag int
Результат void

onDestroyed() публичный Метод

public onDestroyed ( int code ) : void
code int
Результат void

onGuestBind() публичный Метод

public onGuestBind ( string loginInfo ) : void
loginInfo string
Результат void

onInit() публичный Метод

public onInit ( int code ) : void
code int
Результат void

onLogin() публичный Метод

public onLogin ( string loginInfo ) : void
loginInfo string
Результат void

onLoginFail() публичный Метод

public onLoginFail ( int code ) : void
code int
Результат void

onLoginGuest() публичный Метод

public onLoginGuest ( ) : void
Результат void

onLogout() публичный Метод

public onLogout ( ) : void
Результат void

onPause() публичный Метод

public onPause ( ) : void
Результат void

onPay() публичный Метод

public onPay ( int code ) : void
code int
Результат void

onRegistGuest() публичный Метод

public onRegistGuest ( int code, string loginInfo ) : void
code int
loginInfo string
Результат void

onRunProtocol() публичный Метод

public onRunProtocol ( int code, string method, string result ) : void
code int
method string
result string
Результат void

onSwitchAccount() публичный Метод

public onSwitchAccount ( int code, string loginInfo ) : void
code int
loginInfo string
Результат void

preAccountSwitch() публичный Метод

public preAccountSwitch ( ) : void
Результат void