ChatConversation.NotifyLocalParticipantComposing Metodo

Definizione

Chiamare questa operazione per indicare che il partecipante locale ha avviato o ha completato la digitazione.

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)

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 locale digita, in caso contrario FALSE.

Requisiti Windows

Funzionalità dell'app
chat chatSystem smsSend

Si applica a