toggle menu
ZappBase
androidJvm
switch theme
search in API
Picker
/
com.zappstudio.picker.ui.camera
/
CameraResponse
Camera
Response
data
class
CameraResponse
(
val
file
:
Uri
,
val
type
:
CameraMode
)
:
Parcelable
Members
Constructors
Camera
Response
Link copied to clipboard
constructor
(
file
:
Uri
,
type
:
CameraMode
)
Properties
file
Link copied to clipboard
val
file
:
Uri
type
Link copied to clipboard
val
type
:
CameraMode
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
get
Thumbnail
Path
Link copied to clipboard
fun
getThumbnailPath
(
)
:
String
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)