WeeklyDoNotDisturbResult

class WeeklyDoNotDisturbResult(val schedules: Map<DayOfWeek, List<DndTimeWindow>>, val timezone: TimeZone)

Result of SendbirdChat.getWeeklyDoNotDisturb.

Since

4.35.0

Constructors

Link copied to clipboard
constructor(schedules: Map<DayOfWeek, List<DndTimeWindow>>, timezone: TimeZone)

Properties

Link copied to clipboard

DND schedules per day of week.

Link copied to clipboard

Timezone of the schedules.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String