Camposer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Camposer
Camposer
/
com.ujizin.camposer
/
CaptureResult
Capture
Result
sealed
interface
CaptureResult
<
out
T
>
Capture Result of taking picture or recording video.
See also
Camera
Controller.
take
Picture
Camera
Controller.
start
Recording
Inheritors
Success
Error
Members
Types
Error
Link copied to clipboard
data
class
Error
(
val
throwable
:
Throwable
)
:
CaptureResult
<
Nothing
>
Success
Link copied to clipboard
data
class
Success
<
T
>
(
val
data
:
T
)
:
CaptureResult
<
T
>