Freigeben über


ChatConversation.NotifyRemoteParticipantComposing Methode

Definition

Löst lokal das Ereignis aus, das angibt, dass ein Remoteteilnehmer eingabet.

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)

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 Remoteteilnehmer eingibt, andernfalls FALSE.

Windows-Anforderungen

App-Funktionen
chat chatSystem smsSend

Gilt für: