PROTOCOL

HaapiResponseTypeable

public protocol HaapiResponseTypeable: UIModel

A protocol for UI models that can provide the type of HAAPI response that produced them. This allows for more specific handling of different types of responses in the UI layer, based on the representation type.

Properties

representationType

var representationType: String?

The type of the HAAPI response that produced the UI model.