Uses of Enum Class
org.tavall.couriers.api.qr.scan.state.ScanIntent
Packages that use ScanIntent
-
Uses of ScanIntent in org.tavall.couriers.api.qr.scan.metadata
Methods in org.tavall.couriers.api.qr.scan.metadata that return ScanIntentModifier and TypeMethodDescriptionLocalQRScanData.intent()Returns the value of theintentrecord component.Constructors in org.tavall.couriers.api.qr.scan.metadata with parameters of type ScanIntentModifierConstructorDescriptionLocalQRScanData(ScanIntent intent, UUID uuid, String rawContent, boolean isCached) Creates an instance of aLocalQRScanDatarecord class. -
Uses of ScanIntent in org.tavall.couriers.api.qr.scan.state
Subclasses with type arguments of type ScanIntent in org.tavall.couriers.api.qr.scan.stateMethods in org.tavall.couriers.api.qr.scan.state that return ScanIntentModifier and TypeMethodDescriptionstatic ScanIntentReturns the enum constant of this class with the specified name.static ScanIntent[]ScanIntent.values()Returns an array containing the constants of this enum class, in the order they are declared.