Vdocipher
1.26.5
Vdocipher
/
com.vdocipher.aegis.offline
/
OptionsDownloader
/
Callback
Callback
interface
Callback
Callback interface for receiving download options.
Functions
Functions
on
Options
Not
Received
Link copied to clipboard
abstract
fun
onOptionsNotReceived
(
errDesc
:
ErrorDescription
)
Called when options could not be fetched.
on
Options
Received
Link copied to clipboard
abstract
fun
onOptionsReceived
(
options
:
DownloadOptions
)
Called when options are received.