Uses of Enum Class
org.vaadin.firitin.devicemotion.DeviceMotion.Permission
Packages that use DeviceMotion.Permission
- 
Uses of DeviceMotion.Permission in org.vaadin.firitin.devicemotion
Subclasses with type arguments of type DeviceMotion.Permission in org.vaadin.firitin.devicemotionMethods in org.vaadin.firitin.devicemotion that return DeviceMotion.PermissionModifier and TypeMethodDescriptionstatic DeviceMotion.PermissionReturns the enum constant of this class with the specified name.static DeviceMotion.Permission[]DeviceMotion.Permission.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.firitin.devicemotion that return types with arguments of type DeviceMotion.PermissionModifier and TypeMethodDescriptionDeviceMotion.checkPermission()Checks the current permission state for device motion events.DeviceMotion.checkPermission(com.vaadin.flow.component.UI ui) Checks the current permission state for device motion events.