| PushLocationPushEnvironment Property |
Environment of the notification
Namespace: Quickblox.Sdk.Modules.LocationModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic PushEnvironment PushEnvironment { get; set; }Public Property PushEnvironment As PushEnvironment
Get
Set
public:
property PushEnvironment PushEnvironment {
PushEnvironment get ();
void set (PushEnvironment value);
}member PushEnvironment : PushEnvironment with get, set
Property Value
Type:
PushEnvironment
See Also