getTotalScheduledMessageCount

fun SendbirdChat.getTotalScheduledMessageCount(params: TotalScheduledMessageCountParams, handler: ResultHandler<Int>?)

Gets the number of total scheduled messages.

Since

4.15.0

Parameters

params

TotalScheduledMessageCountParams.

handler

Callback handler.


suspend fun SendbirdChat.getTotalScheduledMessageCount(params: TotalScheduledMessageCountParams): Int

Deprecated

As of 4.17.0, replaced with awaitGetTotalScheduledMessageCount(params).

Replace with

awaitGetTotalScheduledMessageCount(params)

Gets the number of total scheduled messages.

Since

4.15.0

Parameters

params

TotalScheduledMessageCountParams.