Freigeben über


ChatConversation.NotifyLocalParticipantComposing Methode

Definition

Rufen Sie dies auf, um anzugeben, dass der lokale Teilnehmer die Eingabe gestartet oder abgeschlossen hat.

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)

Parameter

transportId
String

Platform::String

winrt::hstring

Gibt den zu verwendenden ChatMessageTransport an.

participantAddress
String

Platform::String

winrt::hstring

Die Adresse des Remoteteilnehmers.

isComposing
Boolean

bool

TRUE, wenn der lokale Teilnehmer eingibt, andernfalls FALSE.

Windows-Anforderungen

App-Funktionen
chat chatSystem smsSend

Gilt für: