Package 

Interface PushPermissionResponseListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onPushPermissionResponse(boolean accepted) This is called when user either grants allow/dismiss permission for notifications for Android 13+
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onPushPermissionResponse

         abstract void onPushPermissionResponse(boolean accepted)

        This is called when user either grants allow/dismiss permission for notifications for Android 13+

        Parameters:
        accepted - This boolean will return true if notification permission is granted and will returnfalse if permission is denied.