getNotificationTemplateListByToken

suspend fun SendbirdChat.getNotificationTemplateListByToken(token: String?, params: NotificationTemplateListParams = NotificationTemplateListParams()): NotificationTemplateListResult

Retrieves Notification template list by token

Since

4.15.0

Parameters

token

Token value to retrieve notification template list from

params

NotificationTemplateListParams


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