FileSourceCallback

This callback receives an asynchronous response indicating if an operation has succeeded or failed.

Functions

Link copied to clipboard
abstract fun onError(message: String)

Receives an error message if an operation was not successful

Link copied to clipboard
abstract fun onSuccess()

Receives the success of an operation