-
public interface SendBird.GetPushSoundHandler
GetPushSound handler. This handler provides callback for getPushSound.
-
-
Method Summary
Modifier and Type Method Description abstract void
onResult(String sound, SendBirdException e)
A callback for when push sound option is got. -
-
Method Detail
-
onResult
abstract void onResult(String sound, SendBirdException e)
A callback for when push sound option is got.
- Parameters:
sound
- Push notification sound set.e
-null
if no error.
-
-
-
-