Skip to content

Commit 4fb495a

Browse files
Merge pull request #48 from danielgindi/feature/fcm_results
Added missing registration_id field to FcmResult
2 parents 7fdbdd5 + b7914ce commit 4fb495a

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)