AppsOnDevicesConnectionConfiguration

class AppsOnDevicesConnectionConfiguration @JvmOverloads constructor(val appsOnDevicesListener: AppsOnDevicesListener?, val appTransitionAnimation: AppTransitionAnimation = AppTransitionAnimation.SystemDefault) : ConnectionConfiguration

The AppsOnDevicesConnectionConfiguration object used to connect to a reader from an app running on the reader itself.

Parameters

appsOnDevicesListener

The listener which will receive events related to the status of the reader.

appTransitionAnimation

Controls the animation played when the reader app is foregrounded. Defaults to AppTransitionAnimation.SystemDefault.

Constructors

Link copied to clipboard
constructor(appsOnDevicesListener: AppsOnDevicesListener?, appTransitionAnimation: AppTransitionAnimation = AppTransitionAnimation.SystemDefault)

Properties

Link copied to clipboard
Link copied to clipboard
actual val locationId: String?

The ID of the Location that you want this reader to be registered to.

Link copied to clipboard
val locationRegistration: LocationRegistration

Functions

Link copied to clipboard
open override fun toString(): String