AboutSupportDeveloper GuideVersion 22.3.18

Configuration options for the custom notification template.

interface CustomTemplateOptions {
    body: BodyTemplateOptions;
    buttons?: ButtonTemplateOptions;
    indicator?: IndicatorTemplateOptions;
}

Properties

Configuration options for the custom notification template body.

Configuration options for the custom notification template's modifications on the notification's button section.

Configuration options for the custom notification template's modifications on the notification's indicator section.