ChatMessageNotificationTriggerDetails.ShouldDisplayToast 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 issue a toast notification for the message.
public:
property bool ShouldDisplayToast { bool get(); };
bool ShouldDisplayToast();
public bool ShouldDisplayToast { get; }
var boolean = chatMessageNotificationTriggerDetails.shouldDisplayToast;
Public ReadOnly Property ShouldDisplayToast As Boolean
Property Value
Boolean
bool
A Boolean value indicating if the background task should issue a toast notification for the message.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|