DeviceRequired

class DeviceRequired(isAborted: () -> Boolean, provideDeviceFn: (SDKDevice) -> Unit) : SDKPrintState

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(isAborted: () -> Boolean, provideDeviceFn: (SDKDevice) -> Unit)

Functions

Link copied to clipboard