| PushTokenClientIdentificationSequence Property |
Identifies client device in 3-rd party service like APNS, GCM, BBPS or MPNS. Initially retrieved from 3-rd service and should be send to QuickBlox to let it send push notifications to the client.
Namespace: Quickblox.Sdk.Modules.NotificationModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string ClientIdentificationSequence { get; set; }Public Property ClientIdentificationSequence As String
Get
Set
public:
property String^ ClientIdentificationSequence {
String^ get ();
void set (String^ value);
}member ClientIdentificationSequence : string with get, set
Property Value
Type:
String
See Also