SnoozePeriodResult

data class SnoozePeriodResult(val isSnoozeOn: Boolean, val startTs: Long, val endTs: Long)

A result class for SendbirdChat.getSnoozePeriod.

Since

4.15.0

Parameters

isSnoozeOn

Flag for the snooze is on or off.

startTs

Start timestamp of snooze period.

endTs

End timestamp of snooze period

See also

SendbirdChat.getSnoozePeriod

Constructors

Link copied to clipboard
constructor(isSnoozeOn: Boolean, startTs: Long, endTs: Long)

Properties

Link copied to clipboard
val endTs: Long
Link copied to clipboard
Link copied to clipboard