Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
10zgurr authored Jan 25, 2023
1 parent 96a7234 commit 38e9484
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ Canceling the latest added worker in the queue:</br>
Canceling all workers:</br>
<pre>NotificationMan
.coolDownAllFires(context)</pre>
You can also set your custom notification channel configuration. This is optional to set:</br>
<pre>NotificationManChannelConfig
.Builder()
.setChannelId(id = "notification-man-channel")
.setChannelName(name = "custom-channel-name")
.setImportanceLevel(level = NotificationImportanceLevel.HIGH)
.setShowBadge(shouldShow = true)
.build()</pre>

<b>***One important note, with Android13, make sure that your app has the post notification permission to have full functionality of the app. You can check example of requesting the permission in this project.***</b>



Expand Down

0 comments on commit 38e9484

Please sign in to comment.