PreferenceItemSettings

class PreferenceItemSettings(val type: PreferenceType = PreferenceType.Item)

this provides a class to define some custom INTERNAL settings to customise a preference item

Parameters

type

a internal flag to define if this item does contain sub items or not and which type of sub items

Constructors

Link copied to clipboard
constructor(type: PreferenceType = PreferenceType.Item)

Properties

Link copied to clipboard