Package 

Interface IPermissionObserver

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onNotificationPermissionChange(Boolean permission) Called when the permission state has changed.
      • Methods inherited from class java.lang.Object

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

      • onNotificationPermissionChange

         abstract Unit onNotificationPermissionChange(Boolean permission)

        Called when the permission state has changed.

        Parameters:
        permission - Whether this app/device now has push notification permission.