-
public interface GroupChannel.GroupChannelResetMyHistoryHandler
GroupChannelResetMyHistory handler. This handler provides callback for resetMyHistory.
-
-
Method Summary
Modifier and Type Method Description abstract void
onResult(SendBirdException e)
A callback for when reset my history process is done. -
-
Method Detail
-
onResult
abstract void onResult(SendBirdException e)
A callback for when reset my history process is done.
- Parameters:
e
-null
if no error.
-
-
-
-