ChatMessageNotificationTriggerDetails.ShouldUpdateBadge Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Boolean value indicating if the background task should update the app’s lock screen count.
public:
property bool ShouldUpdateBadge { bool get(); };
bool ShouldUpdateBadge();
public bool ShouldUpdateBadge { get; }
var boolean = chatMessageNotificationTriggerDetails.shouldUpdateBadge;
Public ReadOnly Property ShouldUpdateBadge As Boolean
Property Value
Boolean
bool
A Boolean value indicating if the background task should update the app’s lock screen count.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|