Skip to content

Commit

Permalink
remove adb_icon key from sample payloads
Browse files Browse the repository at this point in the history
  • Loading branch information
rymorale committed Mar 12, 2024
1 parent 0989d5b commit c91cfb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ Below is a sample of what a payload might look like for a basic notification:
"adb_title": "game request",
"adb_body": "shall we play a game?",
"adb_sound": "bingBong",
"adb_icon": "ic_knight",
"adb_small_icon": "ic_knight",
"adb_large_icon": "https://pictureofchess.com/logo.png",
"adb_n_count": "1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ Below is a sample of what a payload might look like for a carousel notification:
"adb_title": "Check out the new line of shoes!",
"adb_body": "Hot deals on new releases!",
"adb_sound": "sneakerSqueaker",
"adb_icon": "chat_bubble",
"adb_small_icon": "chat_bubble",
"adb_large_icon": "https://sneakerland.com/logo.png",
"adb_uri": "https://sneakerland.com/newReleases",
Expand Down

0 comments on commit c91cfb9

Please sign in to comment.