CameraState

Created by svennahler on 02.09.16.

open class CameraState constructor(parcel: <ERROR CLASS>?)

Constructors

CameraState
Link copied to clipboard
fun CameraState(parcel: <ERROR CLASS>?)

Types

Companion
Link copied to clipboard
object Companion
Event
Link copied to clipboard
object Event

Functions

describeContents
Link copied to clipboard
open fun describeContents(): Int
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
hasNonDefaults
Link copied to clipboard
open fun hasNonDefaults(): Boolean
notifyFilterPanelClose
Link copied to clipboard
open fun notifyFilterPanelClose()
notifyFilterPanelOpen
Link copied to clipboard
open fun notifyFilterPanelOpen()
notifyIsReady
Link copied to clipboard
open fun notifyIsReady()
notifyPhotoRollCanceled
Link copied to clipboard
open fun notifyPhotoRollCanceled()
notifyPhotoRollOpen
Link copied to clipboard
open fun notifyPhotoRollOpen()
notifyPictureTake
Link copied to clipboard
open fun notifyPictureTake()
notifyPictureTaken
Link copied to clipboard
open fun notifyPictureTaken()
prepareOutputUri
Link copied to clipboard
open fun prepareOutputUri(activity: <ERROR CLASS>, block: () -> Unit)
toString
Link copied to clipboard
open override fun toString(): String

Properties

cameraFacing
Link copied to clipboard

Get the current CameraFacing state

open var cameraFacing: <ERROR CLASS>
flashMode
Link copied to clipboard

Get the current FlashMode state

open var flashMode: <ERROR CLASS>
isHDROn
Link copied to clipboard

Get the current HDR state

open var isHDROn: Boolean
outputUri
Link copied to clipboard

The uri you want to use to export the file to.

var outputUri: <ERROR CLASS>?