RcsManager.TransportListChanged Evento
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Ocorre quando uma ou mais instâncias RcsTransport são adicionadas ou removidas da lista de instâncias RcsTransport que seriam retornadas de RcsManager.GetTransportsAsync.
// Register
static event_token TransportListChanged(EventHandler<IInspectable> const& handler) const;
// Revoke with event_token
static void TransportListChanged(event_token const* cookie) const;
// Revoke with event_revoker
static RcsManager::TransportListChanged_revoker TransportListChanged(auto_revoke_t, EventHandler<IInspectable> const& handler) const;
public static event System.EventHandler<object> TransportListChanged;
function onTransportListChanged(eventArgs) { /* Your code */ }
Windows.ApplicationModel.Chat.RcsManager.addEventListener("transportlistchanged", onTransportListChanged);
Windows.ApplicationModel.Chat.RcsManager.removeEventListener("transportlistchanged", onTransportListChanged);
- or -
Windows.ApplicationModel.Chat.RcsManager.ontransportlistchanged = onTransportListChanged;
Public Shared Custom Event TransportListChanged As EventHandler(Of Object)
Tipo de evento
Requisitos do Windows
Família de dispositivos |
Windows 10, version 1809 (introduzida na 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduzida na v7.0)
|
Funcionalidades do aplicativo |
chat
chatSystem
smsSend
|