public static interface SendBird.GetSnoozePeriodHandler
SendBird.getSnoozePeriod(GetSnoozePeriodHandler)
.Modifier and Type | Method and Description |
---|---|
void |
onResult(boolean isSnoozeOn,
long startTs,
long endTs,
SendBirdException e)
A callback for when snooze period is got.
|
void onResult(boolean isSnoozeOn, long startTs, long endTs, SendBirdException e)
isSnoozeOn
- Flag for the snooze is on or off.startTs
- Start timestamp of snooze period.endTs
- End timestamp of snooze periode
- null
if no error. Copyright © 2021, Sendbird or its affiliates. All rights reserved.
Report a bug or request a feature
For further developer documentation, see Chat SDK Documentation. That documentation contains more detailed descriptions, conceptual overviews, definitions of terms, and code examples.