Glide
Glide
/
com.bumptech.glide.load.model
/
DataUrlLoader
/
DataDecoder
Data
Decoder
interface
DataDecoder
<
Data
>
Content copied to clipboard
Allows decoding a specific type of data from a Data URL String.
Functions
Parameters
Parameters
<Data>
The type of data that can be opened.
Functions
close
Link copied to clipboard
abstract
fun
close
(
data
:
Data
)
Content copied to clipboard
decode
Link copied to clipboard
abstract
fun
decode
(
uri
:
String
)
:
Data
Content copied to clipboard
get
Data
Class
Link copied to clipboard
abstract
fun
getDataClass
(
)
:
Class
<
Data
>
Content copied to clipboard