public static interface NativeClient.ISendMediaMessageCallback<T>
void
onAttached(T t)
onCanceled(T t)
onError(T t, int code)
onProgress(T t, int progress)
onSuccess(T t)
void onAttached(T t)
void onSuccess(T t)
void onProgress(T t, int progress)
void onError(T t, int code)
void onCanceled(T t)