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)