| java.lang.Object | |
| ↳ | com.steerpath.sdk.assettracking.AssetGateway |
Asset Gateway is used for tracking assets (Steerpath Asset Beacons) real time. Gateway uses Bluetooth LE to scan environment and find nearby assets. It reads data from asset beacons and sends that data into SteerpathLive server. This is a foreground service. Requires bluetooth adapter and location service (Android 23+) to be enabled.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AssetGateway() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static void |
startAssetGatewayService(Context context, Notification notification)
Start AssetGatewayService with custom notification.
| ||||||||||
| static void |
startAssetGatewayService(Context context)
Start AssetGatewayService.
| ||||||||||
| static void |
stopAssetGatewayService(Context context)
Stop AssetGatewayService.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Start AssetGatewayService with custom notification.
Start AssetGatewayService.
Stop AssetGatewayService.