RcsEndUserMessage Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un message d’utilisateur final RCS (Rich Communication Services).
public ref class RcsEndUserMessage 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 RcsEndUserMessage 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 sealed class RcsEndUserMessage
Public NotInheritable Class RcsEndUserMessage
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Fonctionnalités de l’application |
chat
chatSystem
smsSend
|
Remarques
Appelez RcsEndUserMessageAvailableEventArgs.Message pour instancier cette classe.
Propriétés
Actions |
Obtient les actions auxquelles l’utilisateur peut répondre. |
IsPinRequired |
Obtient une valeur booléenne qui spécifie si un code confidentiel doit être renvoyé avec la réponse. |
Text |
Obtient le contenu du message. |
Title |
Obtient le titre du message. |
TransportId |
Obtient l’ID du transport d’où provient ce message. |
Méthodes
SendResponseAsync(RcsEndUserMessageAction) |
Renvoie de manière asynchrone la sélection de l’utilisateur. |
SendResponseWithPinAsync(RcsEndUserMessageAction, String) |
Renvoie de manière asynchrone la sélection de l’utilisateur avec le code confidentiel spécifié. |