Compartir a través de


ChatConversation.NotifyRemoteParticipantComposing Método

Definición

Desencadena localmente el evento que indica que un participante remoto está escribiendo.

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)

Parámetros

transportId
String

Platform::String

winrt::hstring

Especifica el chatMessageTransport que se va a usar.

participantAddress
String

Platform::String

winrt::hstring

Dirección del participante remoto.

isComposing
Boolean

bool

TRUE si el participante remoto está escribiendo; de lo contrario, FALSE.

Requisitos de Windows

Características de aplicaciones
chat chatSystem smsSend

Se aplica a