OptionConfig

constructor(mode: DisplayMode = DisplayMode.GRID_VERTICAL, @IntRange(from = 1, to = 5) gridColumns: Int = GRID_COLUMNS_DEFAULT, icons: LibIcons = DEFAULT_ICON_STYLE)

Parameters

mode

The mode that is used to display the options.

gridColumns

The amount of columns when display mode is DisplayMode.GRID_VERTICAL.

icons

The style of icons that are used for dialog/ view-specific icons.