Interface DonationAlertsSendCustomAlertData

Data to send with a custom alert.

Hierarchy

  • DonationAlertsSendCustomAlertData

Properties

externalId?: string

Up to 32 characters long unique alert ID generated by the application developer.

header?: string

Up to 255 characters long string that will be displayed as a header.

imageUrl?: string

Up to 255 characters long URL to the image file that will be displayed along with the custom alert.

message?: string

Up to 300 characters long string that will be displayed inside the message box.

shouldShow?: boolean

Determines whether the alert should be displayed or not. Defaults to false.

soundUrl?: string

Up to 255 characters long URL to the sound file that will be played when displaying the custom alert.

Generated using TypeDoc