ChatConversation.NotifyLocalParticipantComposing 方法

定义

调用此项可指示本地参与者已启动或已完成键入。

public:
 virtual void NotifyLocalParticipantComposing(Platform::String ^ transportId, Platform::String ^ participantAddress, bool isComposing) = NotifyLocalParticipantComposing;
void NotifyLocalParticipantComposing(winrt::hstring const& transportId, winrt::hstring const& participantAddress, bool const& isComposing);
public void NotifyLocalParticipantComposing(string transportId, string participantAddress, bool isComposing);
function notifyLocalParticipantComposing(transportId, participantAddress, isComposing)
Public Sub NotifyLocalParticipantComposing (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

适用于