on Result
abstract fun onResult(isDoNotDisturbOn: Boolean, startHour: Int, startMin: Int, endHour: Int, endMin: Int, timezone: String?, e: SendbirdException?)
A callback for when Do-not-disturb option is got.
Since
3.0.2
Parameters
is Do Not Disturb On
Flag for the option is on or off.
start Hour
The option starting hour (0~23).
start Min
The option starting minute (0~59).
end Hour
The option ending hour (0~23).
end Min
The option ending minute (0~59).
timezone
Timezone.
e
null
if no error.