set Push Template
Deprecated
As of 4.17.0, replaced with awaitSetPushTemplate(templateName).
Replace with
awaitSetPushTemplate(templateName)
Sets push template option for the current User
. The only valid arguments for template name are PUSH_TEMPLATE_DEFAULT and PUSH_TEMPLATE_ALTERNATIVE. If PUSH_TEMPLATE_DEFAULT is set, the push notification will contain the original message in the message
field of the push notification. If PUSH_TEMPLATE_ALTERNATIVE is set, message
of push notification will be replaced by the content you've set on SendbirdChat Dashboard.
Since
4.15.0
Parameters
Name of template to be applied to current User
.
Deprecated
As of 4.17.0, replaced with awaitSetPushTemplate(templateName).
Replace with
awaitSetPushTemplate(templateName)
Sets push template option for the current User
. The only valid arguments for template name are PUSH_TEMPLATE_DEFAULT and PUSH_TEMPLATE_ALTERNATIVE. If PUSH_TEMPLATE_DEFAULT is set, the push notification will contain the original message in the message
field of the push notification. If PUSH_TEMPLATE_ALTERNATIVE is set, message
of push notification will be replaced by the content you've set on Sendbird Dashboard.
Since
4.15.0
Parameters
Name of template to be applied to current User
.