Enum NotificationPresentationOptions
Constants indicating how to present a notification in a foreground app.
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public enum NotificationPresentationOptions
Fields
| Name | Description |
|---|---|
| Alert | Display the alert using the content provided by the notification. |
| Badge | Apply the notification's badge value to the app’s icon. |
| Sound | Play the sound associated with the notification. |