ChatCapabilities
ChatCapabilities
ChatCapabilities
ChatCapabilities
Class
Definition
Represents the Rich Communication Services (RCS) chat capabilities of a phone number.
public : sealed class ChatCapabilities : IChatCapabilitiespublic sealed class ChatCapabilities : IChatCapabilitiesPublic NotInheritable Class ChatCapabilities Implements IChatCapabilities// You can use this class in JavaScript.
- Attributes
| 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
Call ChatCapabilitiesManager.GetCachedCapabilitiesAsync or ChatCapabilitiesManager.GetCapabilitiesFromNetworkAsync to get an instance of this class.
Properties
IsChatCapable IsChatCapable IsChatCapable IsChatCapable
Gets a Boolean value indicating if a phone number supports Rich Communication Services (RCS) chat.
public : PlatForm::Boolean IsChatCapable { get; }public bool IsChatCapable { get; }Public ReadOnly Property IsChatCapable As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
A Boolean value indicating of the app supports chat.
IsFileTransferCapable IsFileTransferCapable IsFileTransferCapable IsFileTransferCapable
Gets a Boolean value indicating if a phone number supports Rich Communication Services (RCS) file transfer.
public : PlatForm::Boolean IsFileTransferCapable { get; }public bool IsFileTransferCapable { get; }Public ReadOnly Property IsFileTransferCapable As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
A Boolean value indicating if a phone number supports Rich Communication Services (RCS) file transfer.
IsGeoLocationPushCapable IsGeoLocationPushCapable IsGeoLocationPushCapable IsGeoLocationPushCapable
Gets a Boolean value indicating if a phone number is capable of pushing Rich Communication Services (RCS) geolocation.
public : PlatForm::Boolean IsGeoLocationPushCapable { get; }public bool IsGeoLocationPushCapable { get; }Public ReadOnly Property IsGeoLocationPushCapable As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
A Boolean value indicating if a phone number is capable of pushing Rich Communication Services (RCS) geolocation.
IsIntegratedMessagingCapable IsIntegratedMessagingCapable IsIntegratedMessagingCapable IsIntegratedMessagingCapable
Gets a Boolean value indicating if a phone number supports Rich Communication Services (RCS) integrated messaging.
public : PlatForm::Boolean IsIntegratedMessagingCapable { get; }public bool IsIntegratedMessagingCapable { get; }Public ReadOnly Property IsIntegratedMessagingCapable As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
A Boolean value indicating if a phone number supports Rich Communication Services (RCS) integrated messaging.
IsOnline IsOnline IsOnline IsOnline
Gets a Boolean value indicating if an Rich Communication Services (RCS) capable phone number is online.
public : PlatForm::Boolean IsOnline { get; }public bool IsOnline { get; }Public ReadOnly Property IsOnline As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
A Boolean value indicating if an Rich Communication Services (RCS) capable phone number is online.