Skip to content

Commit

Permalink
docs: update NotificationChannel example (#14107)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga authored Sep 16, 2024
1 parent 7e5f1ad commit cd0b55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apidoc/Titanium/Android/NotificationChannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ examples:
icon: Ti.Android.R.drawable.ic_dialog_info,
contentTitle: 'TITLE',
contentText : 'This is a test',
channelId: channel.getId()
channelId: channel.id
});
Ti.Android.NotificationManager.notify(100, notification);
Expand Down

0 comments on commit cd0b55f

Please sign in to comment.