ChatConversation.NotifyRemoteParticipantComposing 方法

定义

本地触发指示远程参与者正在键入的事件。

public:
 virtual void NotifyRemoteParticipantComposing(Platform::String ^ transportId, Platform::String ^ participantAddress, bool isComposing) = NotifyRemoteParticipantComposing;
void NotifyRemoteParticipantComposing(winrt::hstring const& transportId, winrt::hstring const& participantAddress, bool const& isComposing);
public void NotifyRemoteParticipantComposing(string transportId, string participantAddress, bool isComposing);
function notifyRemoteParticipantComposing(transportId, participantAddress, isComposing)
Public Sub NotifyRemoteParticipantComposing (transportId As String, participantAddress As String, isComposing As Boolean)

参数

transportId
String

Platform::String

winrt::hstring

指定要使用的 ChatMessageTransport

participantAddress
String

Platform::String

winrt::hstring

远程参与者的地址。

isComposing
Boolean

bool

如果远程参与者正在键入,则为 TRUE,否则为 FALSE。

Windows 要求

应用功能
chat chatSystem smsSend

适用于