CreateActivity

constructor(items: List<T>, invalidMessage: Int, scrollable: Boolean = false)

Parameters

items

: the items list

invalidMessage

: the resource identifier of the invalid message to display when the item is not valid or not found in items list

scrollable

: whether the view must be scrollable

T

: the RefyItem of the current activity displayed