Enum GameNotificationChannel.NotificationStyle
The style of notification shown for this channel. Corresponds to the Importance setting of an Android notification, and do nothing on iOS.
Namespace: NotificationSamples
Syntax
public enum NotificationStyle
Fields
Name | Description | Value |
---|---|---|
Default | Notification plays sound. |
|
None | Notification does not appear in the status bar. |
|
NoSound | Notification makes no sound. |
|
Popup | Notification also displays a heads-up popup. |