ChatMessageManager 类

定义

提供对消息传输和消息存储的访问。 还提供了一种显示 UI 以撰写消息的方法。

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

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

注解

版本历史记录

Windows 版本 SDK 版本 增值
1607 14393 RequestSyncManagerAsync

方法

GetTransportAsync(String)

异步获取ChatMessageTransport

GetTransportsAsync()

异步获取设备上可用的聊天消息传输。

RegisterTransportAsync()

将应用异步注册为 ChatMessageTransport ,以便将消息发布到 ChatMessageStore

RequestStoreAsync()

返回手机的短信存储。

RequestSyncManagerAsync()

获取 ChatSyncManager 实例。

ShowComposeSmsMessageAsync(ChatMessage)

显示撰写短信对话框,该对话框预先填充了提供的 ChatMessage 对象中的数据,允许用户发送短信。

ShowSmsSettings()

启动设备的短信设置应用。

适用于