get Notification Template
fun SendbirdChat.getNotificationTemplate(key: String, handler: ResultHandler<NotificationTemplate>?)
Retrieves Notification template
Since
4.15.0
Parameters
key
Template key.
handler
NotificationTemplateHandler
Deprecated
As of 4.17.0, replaced with awaitGetNotificationTemplate(key).
Replace with
awaitGetNotificationTemplate(key)
Content copied to clipboard
Retrieves Notification template
Since
4.15.0
Parameters
key
Template key.