CameraPreviewStyle

data class CameraPreviewStyle(val border: POBorderStyle, @ColorRes val overlayColorResId: Int? = null) : Parcelable

Specifies the style of a camera preview.

Parameters

border

Border style.

overlayColorResId

Color resource ID for camera preview overlay.

Constructors

Link copied to clipboard
constructor(border: POBorderStyle, @ColorRes overlayColorResId: Int? = null)

Properties

Link copied to clipboard
val border: POBorderStyle
Link copied to clipboard
val overlayColorResId: Int? = null

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)