public interface AvatarEngineEventHandler
Modifier and Type | Method and Description |
---|---|
void |
onInitResult(boolean success,
int error_code,
java.lang.String msg)
Occurs when avatar engine initialization done.
|
void |
onLocalUserAvatarError(int err_code,
java.lang.String msg)
Occurs when the Local User Avatar Error.
|
void |
onLocalUserAvatarEvent(java.lang.String key,
java.lang.String buf)
Occurs when the Local User Avatar Event.
|
void |
onRemoteUserAvatarError(int uid,
int err_code,
java.lang.String msg)
Occurs when the Remote User Avatar Error.
|
void |
onRemoteUserAvatarEvent(int uid,
java.lang.String key,
java.lang.String buf)
Occurs when the Remote User Avatar Event.
|
void onLocalUserAvatarError(int err_code, java.lang.String msg)
err_code
- the error codemsg
- the messagevoid onLocalUserAvatarEvent(java.lang.String key, java.lang.String buf)
key
- event keybuf
- event valuevoid onRemoteUserAvatarError(int uid, int err_code, java.lang.String msg)
uid
- the remote user IDerr_code
- the erroe codemsg
- the messagevoid onRemoteUserAvatarEvent(int uid, java.lang.String key, java.lang.String buf)
uid
- the remote user IDkey
- event keybuf
- event valuevoid onInitResult(boolean success, int error_code, java.lang.String msg)
success
- the result of avatar engine initializetionerror_code
- the error code when result is failuredmsg
- the message