RcsEndUserMessageAvailableEventArgs.IsMessageAvailable Property

Definition

Gets a Boolean value indicating if a new message is available.

public:
 property bool IsMessageAvailable { bool get(); };
bool IsMessageAvailable();
public bool IsMessageAvailable { get; }
var boolean = rcsEndUserMessageAvailableEventArgs.isMessageAvailable;
Public ReadOnly Property IsMessageAvailable As Boolean

Property Value

Boolean

bool

A Boolean value indicating if a new message is available.

Windows requirements

App capabilities
chat chatSystem smsSend

Remarks

There could be more than one message to be displayed. The service controls how many and the order in which to display them. You should block all Rich Communication Services (RCS) functionality while the service is displaying these messages, until a notification with this flag set to FALSE arrives.

Applies to