| PushLocationPushMessage Property |
Should be Base64 encoded text.
Namespace: Quickblox.Sdk.Modules.LocationModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string PushMessage { get; set; }Public Property PushMessage As String
Get
Set
public:
property String^ PushMessage {
String^ get ();
void set (String^ value);
}member PushMessage : string with get, set
Property Value
Type:
String
See Also