data class CameraOptions
Camera options.
CameraOptions(quality: Int? = null, destinationType: Camera.DestinationType? = null, sourceType: Camera.PictureSourceType? = null, allowEdit: Boolean? = null, encodingType: Camera.EncodingType? = null, targetWidth: Int? = null, targetHeight: Int? = null, mediaType: Camera.MediaType? = null, correctOrientation: Boolean? = null, saveToPhotoAlbum: Boolean? = null, popoverOptions: Camera.CameraPopoverOptions? = null, cameraDirection: Camera.Direction? = null)
Camera options. |
val allowEdit: Boolean? |
|
val cameraDirection: Camera.Direction? |
|
val correctOrientation: Boolean? |
|
val destinationType: Camera.DestinationType? |
|
val encodingType: Camera.EncodingType? |
|
val mediaType: Camera.MediaType? |
|
val popoverOptions: Camera.CameraPopoverOptions? |
|
val quality: Int? |
|
val saveToPhotoAlbum: Boolean? |
|
val sourceType: Camera.PictureSourceType? |
|
val targetHeight: Int? |
|
val targetWidth: Int? |
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors. |