Package io.rong.imkit
Interface KitMediaInterceptor.Callback
-
- All Implemented Interfaces:
public interface KitMediaInterceptor.Callback<T>
-
-
Method Summary
Modifier and Type Method Description abstract void
onComplete(T t)
-
-
Method Detail
-
onComplete
abstract void onComplete(T t)
-
-
-
-