Skip to content

Commit

Permalink
docs(android): include missing channelId property
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Mathews authored and sgtcoolguy committed Mar 27, 2020
1 parent 1962d52 commit 2c067cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apidoc/Titanium/Android/Notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,13 @@ properties:
since: "3.6.0"
osver: {android: {min: "5.0"}}

- name: channelId
summary: The channel id specified for the notification.
type: String
since: "7.0.0"
osver: {android: {min: "8.0"}}
platforms: [android]

- name: contentIntent
summary: The `PendingIntent` to execute when the expanded status entry is clicked.
type: Titanium.Android.PendingIntent
Expand Down

0 comments on commit 2c067cd

Please sign in to comment.