TCPUseCase

class TCPUseCase(context: Context, onResponse: (String) -> Unit, onError: (ErrorType) -> Unit, dialog: DialogView, format: Format)

Constructors

Link copied to clipboard
constructor(context: Context, onResponse: (String) -> Unit, onError: (ErrorType) -> Unit, dialog: DialogView, format: Format)

Functions

Link copied to clipboard
fun onLogon(request: YaRequest?)
Link copied to clipboard
fun onLogonError(request: YaRequest?, errorCode: String)
Link copied to clipboard
suspend fun onReaderError(errorMessage: String, errorCode: String)