Enumeration ForegroundPresentationOption

Enum of foreground notification options.

Enumeration Members

Enumeration Members

Badge: "badge"

Apply the notification's badge value to the app’s icon.

Banner: "banner"

Present the notification as a banner. On iOS 13 an older, this will also show the notification in the Notification Center.

List: "list"

Show the notification in Notification Center. On iOS 13 an older, this will also show the notification as a banner.

Sound: "sound"

Play the sound associated with the notification.

Generated using TypeDoc