Uses of Enum Class
eu.webtoolkit.jwt.WNotification.Permission
Packages that use WNotification.Permission
-
Uses of WNotification.Permission in eu.webtoolkit.jwt
Fields in eu.webtoolkit.jwt declared as WNotification.PermissionModifier and TypeFieldDescriptionprotected WNotification.PermissionWEnvironment.notificationPermission_Methods in eu.webtoolkit.jwt that return WNotification.PermissionModifier and TypeMethodDescriptionWEnvironment.getNotificationPermission()Returns the status of the permission to send notifications.static WNotification.PermissionWNotification.getPermission()Returns the status of the permission to send notifications.static WNotification.PermissionReturns the enum constant of this class with the specified name.static WNotification.Permission[]WNotification.Permission.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt that return types with arguments of type WNotification.PermissionModifier and TypeMethodDescriptionstatic Signal1<WNotification.Permission> WNotification.permissionUpdated()Signalemitted when the permission to send notification has been updated.