DeviceRequired

class DeviceRequired(provideDeviceFn: (SDKDevice) -> Unit, logContextFactory: LogContextFactory) : SDKTransactionState

In this state, a SDKDevice (previously got from the SDKDeviceScanService) must be provided This will be the first state to be called after creation This state is abortable

Constructors

Link copied to clipboard
constructor(provideDeviceFn: (SDKDevice) -> Unit, logContextFactory: LogContextFactory)

Functions

Link copied to clipboard