Condividi tramite


ChatConversation.NotifyRemoteParticipantComposing Metodo

Definizione

Attiva localmente l'evento che indica che un partecipante remoto sta digitando.

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)

Parametri

transportId
String

Platform::String

winrt::hstring

Specifica chatMessageTransport da usare.

participantAddress
String

Platform::String

winrt::hstring

Indirizzo del partecipante remoto.

isComposing
Boolean

bool

TRUE se il partecipante remoto digita, in caso contrario FALSE.

Requisiti Windows

Funzionalità dell'app
chat chatSystem smsSend

Si applica a