public static interface NativeClient.ISendMediaMessageCallback<T>
限定符和类型 | 方法和说明 |
---|---|
void |
onAttached(T t) |
void |
onCanceled(T t) |
void |
onError(T t,
int code) |
void |
onProgress(T t,
int progress) |
void |
onSuccess(T t) |