-
public interface SendBird.SetDoNotDisturbHandler
SetDoNotDisturb handler. This handler provides callback for setDoNotDisturb.
-
-
Method Summary
Modifier and Type Method Description abstract void
onResult(SendBirdException e)
A callback for when Do-not-disturb option is set. -
-
Method Detail
-
onResult
abstract void onResult(SendBirdException e)
A callback for when Do-not-disturb option is set.
- Parameters:
e
-null
if no error.
-
-
-
-