-
public interface OnResultHandler<T>
The handler is using for getting results. This used internally inside the SDK.
-
-
Method Summary
Modifier and Type Method Description abstract void
onResult(T result, SendBirdException e)
-
-
Method Detail
-
onResult
abstract void onResult(T result, SendBirdException e)
-
-
-
-