Skip to content

Commit

Permalink
docs: update NotificationChannel example
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Sep 5, 2024
1 parent d98f6a6 commit 5c63331
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 5c63331

Please sign in to comment.