ChatConversation.NotifyLocalParticipantComposing Method

Definition

Call this to indicate that the local participant has started or has completed typing.

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)

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 local participant is typing, otherwise FALSE.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to