Vdocipher
Toggle table of contents
1.29.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Vdocipher
Vdocipher
/
com.vdocipher.aegis.offline
/
OptionsDownloader
/
Callback
Callback
interface
Callback
Callback interface for receiving download options.
Members
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.