| PushTokenPushTokenId Property |
Generated push token identifier by quickblox server.
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 PushTokenId { get; set; }Public Property PushTokenId As String
Get
Set
public:
property String^ PushTokenId {
String^ get ();
void set (String^ value);
}member PushTokenId : string with get, set
Property Value
Type:
String
See Also