Skip to content

Commit b7914ce

Browse files
committed
Added missing registration_id field to FcmResult
1 parent 7fdbdd5 commit b7914ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CorePush/Google/FcmResult.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ public class FcmResult
77
[JsonProperty("message_id")]
88
public string MessageId { get; set; }
99

10+
[JsonProperty("registration_id")]
11+
public string RegistrationId { get; set; }
12+
1013
public string Error { get; set; }
1114
}
1215
}

0 commit comments

Comments
 (0)