toggle menu
ZappBase
androidJvm
switch theme
search in API
Picker
/
com.zappstudio.picker.compressor.factory
/
EmptyCompressor
Empty
Compressor
class
EmptyCompressor
:
MultimediaCompressor
,
Parcelable
Members
Constructors
Empty
Compressor
Link copied to clipboard
constructor
(
)
Functions
compress
Link copied to clipboard
open
suspend
fun
compress
(
context
:
Context
,
uri
:
Uri
,
progress
:
(
progress
:
Int
)
->
Unit
=
{}
)
:
PickerResponse
open
suspend override
fun
compress
(
context
:
Context
,
uris
:
List
<
Uri
>
,
progress
:
(
progress
:
Int
)
->
Unit
)
:
List
<
PickerResponse
>
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)