Hi-
What is the default value for the new attribute PreviewType in the Notifications payload?
The docs at https://developer.apple.com/documentation/devicemanagement/notifications/notificationsettingsitem?changes=latest_major
state
PreviewType
integer
The type previews for notifications. This key overrides the value at Settings>Notifications>Show Previews.
0 - Always: Previews will be shown when the device is locked and unlocked
1 - When Unlocked: Previews will only be shown when the device is unlocked
2 - Never: Previews will never be shown
Available in iOS 14 and later.
Possible values: 0, 1, 2
All other attributes have the default explicitly mentioned, but not for this new property.
Is the default value 0 - Always?
What is the default value for the new attribute PreviewType in the Notifications payload?
The docs at https://developer.apple.com/documentation/devicemanagement/notifications/notificationsettingsitem?changes=latest_major
state
PreviewType
integer
The type previews for notifications. This key overrides the value at Settings>Notifications>Show Previews.
0 - Always: Previews will be shown when the device is locked and unlocked
1 - When Unlocked: Previews will only be shown when the device is unlocked
2 - Never: Previews will never be shown
Available in iOS 14 and later.
Possible values: 0, 1, 2
All other attributes have the default explicitly mentioned, but not for this new property.
Is the default value 0 - Always?