public static interface SendBird.GetPushTemplateHandler
SendBird.getPushTemplate(GetPushTemplateHandler).| Modifier and Type | Method and Description |
|---|---|
void |
onResult(java.lang.String templateName,
SendBirdException e)
A callback for when push template is got.
|
void onResult(java.lang.String templateName,
SendBirdException e)
templateName - Name of template. The only valid values at the moment are SendBird.PUSH_TEMPLATE_DEFAULT and SendBird.PUSH_TEMPLATE_ALTERNATIVE.
If SendBird.PUSH_TEMPLATE_ALTERNATIVE is returned, the current User receives push notification with messages replaced by
the content you've set on SendBird Dashboard.e - null if no error. Copyright © 2021, Sendbird or its affiliates. All rights reserved.
Report a bug or request a feature
For further developer documentation, see Chat SDK Documentation. That documentation contains more detailed descriptions, conceptual overviews, definitions of terms, and code examples.