ProximityManager

class ProximityManager(context: Context)

The manager for scan operations.

Parameters

context

A context, from which only a reference to the Application Context is kept.

Constructors

Link copied to clipboard
constructor(context: Context)

Functions

Link copied to clipboard

Returns a context for holding the configuration settings.

Link copied to clipboard

Returns a context for registering processors and plugins.

Link copied to clipboard
fun requestScanStatus(statusCallback: IStatusCallback)

Requests the status of the scanning processing.

Link copied to clipboard
fun setUp(scanStatusListener: IScanStatusListener?, scannerCallback: IScannerCallback?, locationStateReceiver: BroadcastReceiver?, notificationId: Int?, notification: Notification?)

Mounts the scanning.

Link copied to clipboard
fun tearDown(scannerCallback: IScannerCallback?)

Unmounts the scanning.