hyphenate_SDK3.0  3.5.0
hyphenatejavaIMSDK
Public Member Functions | List of all members
com.hyphenate.EMValueCallBack< T > Interface Template Reference

Public Member Functions

void onSuccess (T value)
 
void onError (final int error, final String errorMsg)
 

Detailed Description

callback with return value

Parameters
<T>value return type

Member Function Documentation

void com.hyphenate.EMValueCallBack< T >.onError ( final int  error,
final String  errorMsg 
)

callback on request failed

Parameters
errorerror of request
errorMsgerror description
void com.hyphenate.EMValueCallBack< T >.onSuccess ( value)

callback on request successfully

Parameters
valueT class passed by app

The documentation for this interface was generated from the following file: