getDoNotDisturb

fun SendbirdChat.getDoNotDisturb(handler: ResultHandler<DoNotDisturbResult>?)
fun SendbirdChat.HMS.getDoNotDisturb(handler: ResultHandler<DoNotDisturbResult>?)

Gets Do-not-disturb option for the current User.

Since

4.15.0

Parameters

handler

Callback handler.


suspend fun SendbirdChat.getDoNotDisturb(): DoNotDisturbResult
suspend fun SendbirdChat.HMS.getDoNotDisturb(): DoNotDisturbResult

Deprecated

As of 4.17.0, replaced with awaitGetDoNotDisturb().

Replace with

awaitGetDoNotDisturb()

Gets Do-not-disturb option for the current User.

Since

4.15.0