We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbfa73b commit 5abac61Copy full SHA for 5abac61
1 file changed
PushSharp.Google/GcmNotification.cs
@@ -62,6 +62,7 @@ public bool IsDeviceRegistrationIdValid ()
62
return RegistrationIds != null && RegistrationIds.Any ();
63
}
64
65
+ [JsonIgnore]
66
public object Tag { get;set; }
67
68
[JsonProperty ("message_id")]
0 commit comments