-
public interface BaseChannel.ReportHandler
Report handler.This handler provides callback for report.
-
-
Method Summary
Modifier and Type Method Description abstract void
onResult(SendBirdException e)
A callback for when this channel reporting is done. -
-
Method Detail
-
onResult
abstract void onResult(SendBirdException e)
A callback for when this channel reporting is done.
- Parameters:
e
-null
if no error.
-
-
-
-