getGlobalNotificationChannelSetting

fun SendbirdChat.getGlobalNotificationChannelSetting(handler: ResultHandler<GlobalNotificationChannelSetting>?)

Retrieves Global Notification channel theme.

Since

4.15.0

Parameters

handler

GlobalNotificationChannelSettingHandler


suspend fun SendbirdChat.getGlobalNotificationChannelSetting(): GlobalNotificationChannelSetting

Deprecated

As of 4.17.0, replaced with awaitGetGlobalNotificationChannelSetting().

Replace with

awaitGetGlobalNotificationChannelSetting()

Retrieves Global Notification channel theme.

Since

4.15.0