ChatCapabilities 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示丰富通信服务 (RCS) 电话号码的聊天功能。
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
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
应用功能 |
chat
chatSystem
smsSend
|
注解
调用 ChatCapabilitiesManager.GetCachedCapabilitiesAsync 或 ChatCapabilitiesManager.GetCapabilitiesFromNetworkAsync 以获取此类的实例。
属性
IsChatCapable |
获取一个布尔值,该值指示电话号码是否支持富通信服务 (RCS) 聊天。 |
IsFileTransferCapable |
获取一个布尔值,该值指示电话号码是否支持富通信服务 (RCS) 文件传输。 |
IsGeoLocationPushCapable |
获取一个布尔值,该值指示电话号码是否能够推送富通信服务 (RCS) 地理位置。 |
IsIntegratedMessagingCapable |
获取一个布尔值,该值指示电话号码是否支持富通信服务 (RCS) 集成消息传送。 |
IsOnline |
获取一个布尔值,该值指示富通信服务 (支持 RCS) 的电话号码是否联机。 |