RcsManager Classe

Definizione

Fornisce l'accesso alle API per la gestione dei messaggi RICH Communication Services (RCS).

public ref class RcsManager abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RcsManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class RcsManager
Public Class RcsManager
Ereditarietà
Object Platform::Object IInspectable RcsManager
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)
Funzionalità dell'app
chat chatSystem smsSend

Commenti

Cronologia delle versioni

Versione di Windows Versione dell'SDK Valore aggiunto
1809 17763 TransportListChanged

Metodi

GetEndUserMessageManager()

Ottiene rcsEndUserMessageManager.

GetTransportAsync(String)

Ottiene un'istanza di RcsTransport per l'ID trasporto specificato.

GetTransportsAsync()

Ottiene tutte le istanze di RcsTransport.

LeaveConversationAsync(ChatConversation)

Consente a un utente di lasciare una conversazione specifica.

Eventi

TransportListChanged

Si verifica quando una o più istanze rcsTransport vengono aggiunte o rimosse dall'elenco di istanze RcsTransport restituite da RcsManager.GetTransportsAsync.

Si applica a