-
- All Implemented Interfaces:
public class SystemFeatureState.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
OFF
private final Integer
ON
private final Integer
WHILE_IN_USE
private final Integer
ALWAYS
private final Integer
UNSUPPORTED
private final Integer
CORRUPTED
private final Integer
DENIED
private final Integer
BLE_CORRUPTED
private final Integer
PROVISIONAL
private final Integer
AR_DEVICE_NOT_COMPATIBLE
private final Integer
AR_OS_NOT_COMPATIBLE
private final Integer
AR_SUPPORTED
private final Integer
AR_ARCORE_NOT_INSTALLED
private final Integer
AR_ARCORE_USER_DECLINED_INSTALLATION
private final Integer
AR_APK_TOO_OLD
private final Integer
AR_SDK_TOO_OLD
public final static SystemFeatureState.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final Integer
getOFF()
final Integer
getON()
final Integer
getWHILE_IN_USE()
final Integer
getALWAYS()
final Integer
getUNSUPPORTED()
final Integer
getCORRUPTED()
final Integer
getDENIED()
final Integer
getBLE_CORRUPTED()
final Integer
getPROVISIONAL()
final Integer
getAR_DEVICE_NOT_COMPATIBLE()
final Integer
getAR_OS_NOT_COMPATIBLE()
final Integer
getAR_SUPPORTED()
final Integer
getAR_ARCORE_NOT_INSTALLED()
final Integer
getAR_ARCORE_USER_DECLINED_INSTALLATION()
final Integer
getAR_APK_TOO_OLD()
final Integer
getAR_SDK_TOO_OLD()
-
-
Method Detail
-
getWHILE_IN_USE
final Integer getWHILE_IN_USE()
-
getUNSUPPORTED
final Integer getUNSUPPORTED()
-
getCORRUPTED
final Integer getCORRUPTED()
-
getBLE_CORRUPTED
final Integer getBLE_CORRUPTED()
-
getPROVISIONAL
final Integer getPROVISIONAL()
-
getAR_DEVICE_NOT_COMPATIBLE
final Integer getAR_DEVICE_NOT_COMPATIBLE()
-
getAR_OS_NOT_COMPATIBLE
final Integer getAR_OS_NOT_COMPATIBLE()
-
getAR_SUPPORTED
final Integer getAR_SUPPORTED()
-
getAR_ARCORE_NOT_INSTALLED
final Integer getAR_ARCORE_NOT_INSTALLED()
-
getAR_ARCORE_USER_DECLINED_INSTALLATION
final Integer getAR_ARCORE_USER_DECLINED_INSTALLATION()
-
getAR_APK_TOO_OLD
final Integer getAR_APK_TOO_OLD()
-
getAR_SDK_TOO_OLD
final Integer getAR_SDK_TOO_OLD()
-
-
-
-