Skip to content

Commit 545032a

Browse files
authored
Update PushNotification.hx
1 parent d9b1d1c commit 545032a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/react/native/push_notification/PushNotification.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ typedef Config = {
3535
typedef ChannelConfig = {
3636
channelId:String, // (required)
3737
channelName:String, // (required)
38+
?showBadge:Bool, //show badge, default true
3839
?channelDescription:String, // (optional) default: undefined.
3940
?playSound:Bool, // (optional) default: true
4041
?soundName:String, // (optional) See `soundName` parameter of `localNotification` function

0 commit comments

Comments
 (0)