-
public interface SendBird.GetPushTemplateHandler
GetPushTemplate handler. This handler provides callback for getPushTemplate.
-
-
Method Summary
Modifier and Type Method Description abstract void
onResult(String templateName, SendBirdException e)
A callback for when push template is got. -
-
Method Detail
-
onResult
abstract void onResult(String templateName, SendBirdException e)
A callback for when push template is got.
- Parameters:
templateName
- Name of template.e
-null
if no error.
-
-
-
-