ChatMessageReceivedNotificationTrigger ChatMessageReceivedNotificationTrigger ChatMessageReceivedNotificationTrigger ChatMessageReceivedNotificationTrigger Class

Definition

Represents a trigger that launches a background task that handles any incoming message that might need to be filtered according to its content. For more information about filtering messages, see Windows.ApplicationModel.CommunicationBlocking.

public : sealed class ChatMessageReceivedNotificationTrigger : IBackgroundTrigger, IChatMessageReceivedNotificationTriggerpublic sealed class ChatMessageReceivedNotificationTrigger : IBackgroundTrigger, IChatMessageReceivedNotificationTriggerPublic NotInheritable Class ChatMessageReceivedNotificationTrigger Implements IBackgroundTrigger, IChatMessageReceivedNotificationTrigger// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Constructors

ChatMessageReceivedNotificationTrigger() ChatMessageReceivedNotificationTrigger() ChatMessageReceivedNotificationTrigger() ChatMessageReceivedNotificationTrigger()

Initializes a new instance of the ChatMessageReceivedNotificationTrigger class.

public : ChatMessageReceivedNotificationTrigger()public ChatMessageReceivedNotificationTrigger()Public Sub New()// You can use this method in JavaScript.

See Also