Uses of Interface
com.iizix.device.flash.IFlashlight
Packages that use IFlashlight
Uses of IFlashlight in com.iizix.device.flash
Fields in com.iizix.device.flash declared as IFlashlightModifier and TypeFieldDescriptionstatic final IFlashlight
IFlashlight.DEFAULT_IMPL
Default instance that always returns unsupported and not Android nor iOS client, and throws IllegalArgumentException when attempting to open a setting.Methods in com.iizix.device.flash with parameters of type IFlashlightModifier and TypeMethodDescriptionvoid
IFlashlightListener.onFlashlight
(IFlashlight flashlight, boolean isAvailable, boolean success) Notification of the flashback state and possible return code from the previous operation.Uses of IFlashlight in com.iizix.gyro
Methods in com.iizix.gyro that return IFlashlightModifier and TypeMethodDescriptionIClientSessionGyro.getFlashlight()
Gets the flashlight client-specific instance, currently only supported for operations on iiziRun clients for Android and iOS.Uses of IFlashlight in com.iizix.prop
Classes in com.iizix.prop that implement IFlashlightModifier and TypeClassDescriptionclass
This Flashlight or torch property is a container that holds information about client devices flashlight availability, state and intensity.Uses of IFlashlight in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return IFlashlightModifier and TypeMethodDescriptionClientSessionGyro.getFlashlight()
Gets the flashlight client-specific instance, currently only supported for operations on iiziRun clients for Android and iOS.