DataCompletionCallback

DataCompletionCallback interface for read operations. onCompletion is invoked when the read operation is complete.

Functions

Link copied to clipboard
abstract fun onCompletion(data: ByteArray?, errorMessage: String?)

Invoked when the read operation is complete.