DoNotDisturbResult

data class DoNotDisturbResult(val isDoNotDisturbOn: Boolean, val startHour: Int, val startMin: Int, val endHour: Int, val endMin: Int, val timezone: String?)

A result class for SendbirdChat.getDoNotDisturb.

Since

4.15.0

Parameters

isDoNotDisturbOn

Flag for the option is on or off.

startHour

The option starting hour (0~23).

startMin

The option starting minute (0~59).

endHour

The option ending hour (0~23).

endMin

The option ending minute (0~59).

timezone

Timezone.

See also

SendbirdChat.getDoNotDisturb

Constructors

Link copied to clipboard
constructor(isDoNotDisturbOn: Boolean, startHour: Int, startMin: Int, endHour: Int, endMin: Int, timezone: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val endMin: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard