Enum GameNotificationChannel.PrivacyMode
Controls how notifications display on the device lock screen.
Namespace: NotificationSamples
Syntax
public enum PrivacyMode
Fields
Name | Description | Value |
---|---|---|
Private | Notifications display an icon, but content is concealed on secure lock screens. |
|
Public | Notifications display on all lock screens. |
|
Secret | Notifications aren't shown on secure lock screens. |