Skip to content

3.9.2

Compare
Choose a tag to compare
@alexkok alexkok released this 14 May 13:59
· 27 commits to master since this release
  • Added Parley.setRequestNotificationPermission(enabled) to control whether Parley should request notification permissions and handle the channels.
    • By default this is true, where Parley will handle the permission request and create the notification channels when needed.
    • NOTE: When disabling this, it's required to handle requesting the notification permission in another way, as well as creating the notification channels that are required for Parley to work properly.