-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum NotSupportedReason
-
-
Enum Constant Summary
Enum Constants Enum Constant Description UNSUPPORTED_PROCESSOR_ARCHITECTUREIndicates that device has a processor that is not supported (for example ARMv7 processor without NEON SIMD instruction support)
CUSTOM_UI_FORBIDDENIndicates that set license key does not allow setting this view on custom activity.
BLACKLISTED_DEVICEIndicates that device has been blacklisted by developers because it is known that scanning will not work on it
NO_CAMERAIndicates that device does not have camera
UNSUPPORTED_ANDROID_VERSIONIndicates that current version of android is not supported. Newer Android version is required.
-
Method Summary
Modifier and Type Method Description Stringdescription()static Array<NotSupportedReason>values()static NotSupportedReasonvalueOf(String name)-
-
Method Detail
-
description
@NonNull() String description()
-
values
static Array<NotSupportedReason> values()
-
valueOf
static NotSupportedReason valueOf(String name)
-
-
-
-