NotificationCustomization

NotificationCustomization

# new NotificationCustomization(customizationMap)

Creates a new NotificationCustomization instance from the provider parameters.
Parameters:
Name Type Description
customizationMap Object Customization parameters
Properties
Name Type Attributes Description
backgroundImage string <optional>
Background image URL
titleColor string <optional>
Title color
textColor string <optional>
Text color

Methods

# (static) create() → {NotificationCustomization}

Create a new notification customization.
Returns:
New instance.
Type
NotificationCustomization