ChatConversation.NotifyRemoteParticipantComposing Method

Definition

Locally triggers the event that indicates that a remote participant is typing.

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)

Parameters

transportId
String

Platform::String

winrt::hstring

Specifies the ChatMessageTransport to use.

participantAddress
String

Platform::String

winrt::hstring

The address of the remote participant.

isComposing
Boolean

bool

TRUE if the remote participant is typing, otherwise FALSE.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to