C# Class Signal.Messages.OutgoingKeyExchangeMessage

Inheritance: OutgoingTextMessage
Afficher le fichier Open project: smndtrl/Signal-UWP Class Usage Examples

Méthodes publiques

Méthode Description
OutgoingKeyExchangeMessage ( Recipients recipients, string message ) : System
withBody ( string body ) : OutgoingTextMessage

Private Methods

Méthode Description
OutgoingKeyExchangeMessage ( OutgoingKeyExchangeMessage message, string body ) : System

Method Details

OutgoingKeyExchangeMessage() public méthode

public OutgoingKeyExchangeMessage ( Recipients recipients, string message ) : System
recipients TextSecure.recipient.Recipients
message string
Résultat System

withBody() public méthode

public withBody ( string body ) : OutgoingTextMessage
body string
Résultat OutgoingTextMessage