public class

AssetGateway

extends Object
java.lang.Object
   ↳ com.steerpath.sdk.assettracking.AssetGateway

Class Overview

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.

Summary

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

Public Constructors

public AssetGateway ()

Public Methods

public static void startAssetGatewayService (Context context, Notification notification)

Start AssetGatewayService with custom notification.

public static void startAssetGatewayService (Context context)

Start AssetGatewayService.

public static void stopAssetGatewayService (Context context)

Stop AssetGatewayService.