Package io.heraldprox.herald.sensor.ble
Class ConcreteBluetoothStateManager
- java.lang.Object
-
- io.heraldprox.herald.sensor.ble.ConcreteBluetoothStateManager
-
- All Implemented Interfaces:
BluetoothStateManager
public class ConcreteBluetoothStateManager extends java.lang.Object implements BluetoothStateManager
Monitors bluetooth state changes.
-
-
Field Summary
-
Fields inherited from interface io.heraldprox.herald.sensor.ble.BluetoothStateManager
delegates
-
-
Constructor Summary
Constructors Constructor Description ConcreteBluetoothStateManager(android.content.Context context)
Monitors bluetooth state changes.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BluetoothState
state()
-
-
-
Method Detail
-
state
@NonNull public BluetoothState state()
- Specified by:
state
in interfaceBluetoothStateManager
-
-