OrientationConfig
data class OrientationConfig(val cameraOrientation: Int? = null, val isPortrait: Boolean? = null, val forced: OrientationForced = OrientationForced.NONE)
Constructors
Link copied to clipboard
constructor(cameraOrientation: Int? = null, isPortrait: Boolean? = null, forced: OrientationForced = OrientationForced.NONE)