Skip to content

Commit 5abac61

Browse files
committed
Ignore the Tag property from GcmNotification serialization
Fixes #678
1 parent cbfa73b commit 5abac61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PushSharp.Google/GcmNotification.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public bool IsDeviceRegistrationIdValid ()
6262
return RegistrationIds != null && RegistrationIds.Any ();
6363
}
6464

65+
[JsonIgnore]
6566
public object Tag { get;set; }
6667

6768
[JsonProperty ("message_id")]

0 commit comments

Comments
 (0)