booster / com.didiglobal.booster.aapt / Configuration / ScreenConfig

ScreenConfig

data class ScreenConfig

Constructors

<init>

ScreenConfig(layout: Byte = 0, uiMode: Byte = 0, smallestWidthDp: Short = 0)

Properties

layout

var layout: Byte

smallestWidthDp

var smallestWidthDp: Short

uiMode

var uiMode: Byte

Companion Object Properties

SCREEN_LAYOUT_DIR_LTR

const val SCREEN_LAYOUT_DIR_LTR: Byte

SCREEN_LAYOUT_DIR_RTL

const val SCREEN_LAYOUT_DIR_RTL: Byte

SCREEN_LAYOUT_DIR_UNDEFINED

const val SCREEN_LAYOUT_DIR_UNDEFINED: Byte