-
- All Implemented Interfaces:
public class SystemFeature.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
LOCATION
private final Integer
BLE
private final Integer
LOCATION_PERMISSION
private final Integer
BLUETOOTH_PERMISSION
private final Integer
NOTIFICATIONS_PERMISSION
private final Integer
AR_SUPPORT
public final static SystemFeature.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final Integer
getLOCATION()
final Integer
getBLE()
final Integer
getLOCATION_PERMISSION()
final Integer
getBLUETOOTH_PERMISSION()
final Integer
getNOTIFICATIONS_PERMISSION()
final Integer
getAR_SUPPORT()
-
-
Method Detail
-
getLOCATION
final Integer getLOCATION()
-
getLOCATION_PERMISSION
final Integer getLOCATION_PERMISSION()
-
getBLUETOOTH_PERMISSION
final Integer getBLUETOOTH_PERMISSION()
-
getNOTIFICATIONS_PERMISSION
final Integer getNOTIFICATIONS_PERMISSION()
-
getAR_SUPPORT
final Integer getAR_SUPPORT()
-
-
-
-