getNotificationTemplateListByToken

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)

Retrieves Notification template list by token

Since

4.15.0

Parameters

token

Token value to retrieve notification template list from

params

NotificationTemplateListParams