Create Screen

constructor(items: List<T>, invalidMessage: StringResource, itemId: String?)

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

itemId

: the identifier of the item

T

: the RefyItem of the current activity displayed