get Notification Template List By Token
fun SendbirdChat.getNotificationTemplateListByToken(token: String?, params: NotificationTemplateListParams = NotificationTemplateListParams(), handler: ResultHandler<NotificationTemplateListResult>?)
Retrieves Notification template list by token
Since
4.15.0
Parameters
token
Token value to retrieve notification template list from
params
NotificationTemplateListParams
handler
NotificationTemplateListHandler
suspend fun SendbirdChat.getNotificationTemplateListByToken(token: String?, params: NotificationTemplateListParams = NotificationTemplateListParams()): NotificationTemplateListResult
Deprecated
As of 4.17.0, replaced with awaitGetNotificationTemplateListByToken(token, params).
Replace with
awaitGetNotificationTemplateListByToken(token, params)
Content copied to clipboard
Retrieves Notification template list by token
Since
4.15.0
Parameters
token
Token value to retrieve notification template list from
params
NotificationTemplateListParams