SingleItemActivity

constructor(items: List<T>, invalidMessage: Int)

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

T

: the RefyItem of the current activity displayed