PROTOCOL
ContinueSameModel
public protocol ContinueSameModel: UIInteractionModel
A model that represents an interaction that maintains the user in the same state.
Properties
messageItems
var messageItems: [InfoMessageModel]
A list of InfoMessageModel
instances representing the messages to present to the user.
formModel
var formModel: FormModel?
An instance of FormModel
representing the available interaction options to the user.