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

適用対象