getNotificationTemplate

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

Retrieves Notification template

Since

4.15.0

Parameters

key

Template key.


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

Retrieves Notification template

Since

4.15.0

Parameters

key

Template key.

handler

NotificationTemplateHandler