ChatCapabilities Class

Definition

Represents the Rich Communication Services (RCS) chat capabilities of a phone number.

public ref class ChatCapabilities sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ChatCapabilities final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ChatCapabilities
Public NotInheritable Class ChatCapabilities
Inheritance
Object Platform::Object IInspectable ChatCapabilities
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
chat chatSystem smsSend

Remarks

Call ChatCapabilitiesManager.GetCachedCapabilitiesAsync or ChatCapabilitiesManager.GetCapabilitiesFromNetworkAsync to get an instance of this class.

Properties

IsChatCapable

Gets a Boolean value indicating whether a phone number supports Rich Communication Services (RCS) chat.

IsFileTransferCapable

Gets a Boolean value indicating if a phone number supports Rich Communication Services (RCS) file transfer.

IsGeoLocationPushCapable

Gets a Boolean value indicating if a phone number is capable of pushing Rich Communication Services (RCS) geolocation.

IsIntegratedMessagingCapable

Gets a Boolean value indicating if a phone number supports Rich Communication Services (RCS) integrated messaging.

IsOnline

Gets a Boolean value indicating if an Rich Communication Services (RCS) capable phone number is online.

Applies to