Class GetMessengingResponse
The response of the server when we call the GetMessenging
Implements
Inherited Members
Namespace: SecureExchangesSDK.Models.Answer
Assembly: SecureExchangesSDK.dll
Syntax
public class GetMessengingResponse : Answer, INotifyPropertyChanged
Properties
Messengings
The messenging for a call. Attention, when you get the messenging in that list, keep that list saved because if an exception is not managed in your code, thoses message will not able to be retreived.
Declaration
public List<SEMessenging> Messengings { get; set; }
Property Value
| Type | Description |
|---|---|
| List<SEMessenging> |