-
public interface RemoveAllOperatorsHandler
interface for the handler of removeAllOperators method.
-
-
Method Summary
Modifier and Type Method Description abstract void
onResult(SendBirdException e)
Called when operation is done. -
-
Method Detail
-
onResult
abstract void onResult(SendBirdException e)
Called when operation is done.
- Parameters:
e
-null
if operation is done successfully.
-
-
-
-