Click or drag to resize
PushTokenEnvironment Property
Determine application mode. It allows conveniently separate development and production modes. Allowed values: development, production

Namespace: Quickblox.Sdk.Modules.NotificationModule.Models
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Environment Environment { get; set; }

Property Value

Type: Environment
See Also