Package com.zebra.bluetooth.btinsightlib
Class BtInsightConstants.FeatureStatus
- java.lang.Object
-
- com.zebra.bluetooth.btinsightlib.BtInsightConstants.FeatureStatus
-
- Enclosing class:
- BtInsightConstants
public static class BtInsightConstants.FeatureStatus extends java.lang.ObjectThis represents the current feature status w.r.t client. Client app can use understand its current events registration w.r.t to the feature inBtInsightConstants.Feature. Based on this, client app can register/unregister more events.
-
-
Field Summary
Fields Modifier and Type Field Description static intDISABLEDFeature is disabled, because no relevant events w.r.t the feature were registeredstatic intENABLED_FULLFeature is fully enabled, because all the events w.r.t the feature are registeredstatic intENABLED_PARTIALFeature is partially enabled, because not all the events w.r.t the feature are registered
-
Constructor Summary
Constructors Modifier Constructor Description privateFeatureStatus()
-
-
-
Field Detail
-
DISABLED
public static final int DISABLED
Feature is disabled, because no relevant events w.r.t the feature were registered- See Also:
BtInsightConstants.Feature, Constant Field Values
-
ENABLED_PARTIAL
public static final int ENABLED_PARTIAL
Feature is partially enabled, because not all the events w.r.t the feature are registered- See Also:
BtInsightConstants.Feature, Constant Field Values
-
ENABLED_FULL
public static final int ENABLED_FULL
Feature is fully enabled, because all the events w.r.t the feature are registered- See Also:
BtInsightConstants.Feature, Constant Field Values
-
-