Skip to content

Commit 11e1184

Browse files
author
Hevin
committed
Fix the error of example
1 parent 996a461 commit 11e1184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/Example.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ private static void ExecutePushExample()
2323
{
2424
PushPayload pushPayload = new PushPayload()
2525
{
26-
Platform = "android",
26+
Platform = "all",
2727
Audience = "all",
2828
Notification = new Notification()
2929
{

0 commit comments

Comments
 (0)