RcsEndUserMessageAvailableTriggerDetails RcsEndUserMessageAvailableTriggerDetails RcsEndUserMessageAvailableTriggerDetails RcsEndUserMessageAvailableTriggerDetails Class

Definition

Provides data to the background task about a new message.

public : sealed class RcsEndUserMessageAvailableTriggerDetails : IRcsEndUserMessageAvailableTriggerDetailspublic sealed class RcsEndUserMessageAvailableTriggerDetails : IRcsEndUserMessageAvailableTriggerDetailsPublic NotInheritable Class RcsEndUserMessageAvailableTriggerDetails Implements IRcsEndUserMessageAvailableTriggerDetails// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

An instance of this class is created by the system.

Properties

Text Text Text Text

Gets the text of the new message.

public : PlatForm::String Text { get; }public string Text { get; }Public ReadOnly Property Text As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The text of the new message.

Title Title Title Title

Gets the title of the new message.

public : PlatForm::String Title { get; }public string Title { get; }Public ReadOnly Property Title As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The title of the new message.