Click or drag to resize
DeviceRequestUdid Property
UDID (Unique Device identifier) of device, which is the source of API requests to Quickblox. This must be anything sequence which uniquely identify particular device. This is needed to support schema: 1 User - Multiple devices.

Namespace: Quickblox.Sdk.GeneralDataModel.Models
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string Udid { get; set; }

Property Value

Type: String
See Also