Package-level declarations
Types
Link copied to clipboard
AuthTokenType determines the type of token used for authentication.
Link copied to clipboard
SDK connection state.
Link copied to clipboard
Days of the week for DndTimeWindow.
Link copied to clipboard
A time window for Do Not Disturb within a single day. startHour:startMinute must be strictly before endHour:endMinute.
Link copied to clipboard
class NotificationInfo
Represents information about Notifications.
Link copied to clipboard
object SendbirdChat
SendbirdChat Main Class.
Link copied to clipboard
ThreadOption determines how SendbirdChat will manage or create threads when callbacks or events are called.
Link copied to clipboard
The unread item key.
Link copied to clipboard
class WeeklyDoNotDisturbResult(val schedules: Map<DayOfWeek, List<DndTimeWindow>>, val timezone: TimeZone)
Result of SendbirdChat.getWeeklyDoNotDisturb.