Skip to content

Commit fa17daf

Browse files
authored
docs(api): add missing parameter in NotificationChannel (#12367)
1 parent df0fdc2 commit fa17daf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apidoc/Titanium/Android/NotificationChannel.yml

+6
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ properties:
7676
type: Number
7777
constants: [Titanium.Android.VISIBILITY_*]
7878

79+
- name: name
80+
summary: |
81+
The visible name of this channel.
82+
The recommended maximum length is 40 characters; the value may be truncated if it is too long.
83+
type: String
84+
7985
- name: showBadge
8086
summary: Whether notifications posted to this channel can appear as application icon badges in a Launcher.
8187
type: Boolean

0 commit comments

Comments
 (0)
close