Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Issue #1254: [Question] Is it possible to get more than 3 action butt…
Browse files Browse the repository at this point in the history
…ons on Android notifications?
  • Loading branch information
macdonst committed Sep 29, 2016
1 parent 4758838 commit d8ab666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/PAYLOAD.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ If you use `%n%` in the `summaryText` of the JSON coming down from GCM it will b

## Action Buttons

Your notification can include action buttons. If you wish to include an icon along with the button name they must be placed in the `res/drawable` directory of your Android project. Then you can send the following JSON from GCM:
Your notification can include a maximum of three action buttons. If you wish to include an icon along with the button name they must be placed in the `res/drawable` directory of your Android project. Then you can send the following JSON from GCM:

```javascript
{
Expand Down

0 comments on commit d8ab666

Please sign in to comment.