getNotificationTemplate

fun SendbirdChat.getNotificationTemplate(key: String, handler: ResultHandler<NotificationTemplate>?)

Retrieves Notification template

Since

4.15.0

Parameters

key

Template key.

handler

NotificationTemplateHandler


suspend fun SendbirdChat.getNotificationTemplate(key: String): NotificationTemplate

Deprecated

As of 4.17.0, replaced with awaitGetNotificationTemplate(key).

Replace with

awaitGetNotificationTemplate(key)

Retrieves Notification template

Since

4.15.0

Parameters

key

Template key.