| CreateEventMessage Property |
Pushes: event[push_type] not present - should be Base64 encoded text.
event[push_type] specified - should be formatted as described in QuickBlox Push Notifications Formats
Email: Base64 encoded tex
Namespace: Quickblox.Sdk.Modules.NotificationModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IMessage Message { get; set; }Public Property Message As IMessage
Get
Set
public:
property IMessage^ Message {
IMessage^ get ();
void set (IMessage^ value);
}member Message : IMessage with get, set
Property Value
Type:
IMessage
See Also