We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b1d1c commit 545032aCopy full SHA for 545032a
src/react/native/push_notification/PushNotification.hx
@@ -35,6 +35,7 @@ typedef Config = {
35
typedef ChannelConfig = {
36
channelId:String, // (required)
37
channelName:String, // (required)
38
+ ?showBadge:Bool, //show badge, default true
39
?channelDescription:String, // (optional) default: undefined.
40
?playSound:Bool, // (optional) default: true
41
?soundName:String, // (optional) See `soundName` parameter of `localNotification` function
0 commit comments