ChatCapabilitiesManager 类

定义

提供用于获取聊天功能的功能。

public ref class ChatCapabilitiesManager abstract 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 ChatCapabilitiesManager 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 static class ChatCapabilitiesManager
Public Class ChatCapabilitiesManager
继承
Object Platform::Object IInspectable ChatCapabilitiesManager
属性

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

注解

调用 GetCachedCapabilitiesAsyncGetCapabilitiesFromNetworkAsync 方法以获取此类的实例。

版本历史记录

Windows 版本 SDK 版本 增值
1809 17763 GetCachedCapabilitiesAsync (String,String)
1809 17763 GetCapabilitiesFromNetworkAsync (String,String)

方法

GetCachedCapabilitiesAsync(String)

异步获取指定电话号码的本地缓存富通信服务 (RCS) 聊天功能。

GetCachedCapabilitiesAsync(String, String)

通过指定的 RcsTransport TransportId 异步获取指定电话号码的本地缓存富通信服务 (RCS) 聊天功能。

GetCapabilitiesFromNetworkAsync(String)

异步从服务提供商处获取指定电话号码的 Rich Communication Services (RCS) 聊天功能。

GetCapabilitiesFromNetworkAsync(String, String)

通过服务提供商指定的 RcsTransport TransportId,异步获取指定电话号码的 Rich Communication Services (RCS) 聊天功能。

适用于