| DeviceResponsePlatform Property |
Platform of device, which is the source of API requests to Quickblox.
Namespace: Quickblox.Sdk.GeneralDataModel.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic PlatformName Platform { get; set; }Public Property Platform As PlatformName
Get
Set
public:
property PlatformName^ Platform {
PlatformName^ get ();
void set (PlatformName^ value);
}member Platform : PlatformName with get, set
Property Value
Type:
PlatformName
See Also