Skip to content

Commit

Permalink
docs(api): add missing parameter in NotificationChannel (#12367)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Jan 11, 2021
1 parent df0fdc2 commit fa17daf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apidoc/Titanium/Android/NotificationChannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ properties:
type: Number
constants: [Titanium.Android.VISIBILITY_*]

- name: name
summary: |
The visible name of this channel.
The recommended maximum length is 40 characters; the value may be truncated if it is too long.
type: String

- name: showBadge
summary: Whether notifications posted to this channel can appear as application icon badges in a Launcher.
type: Boolean
Expand Down

0 comments on commit fa17daf

Please sign in to comment.