| DeviceResponseUdid 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.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Udid { get; set; }Public Property Udid As String
Get
Set
public:
property String^ Udid {
String^ get ();
void set (String^ value);
}member Udid : string with get, set
Property Value
Type:
String
See Also