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

適用於