PROTOCOL
HaapiUIKitApplication
public protocol HaapiUIKitApplication: AnyObject
An interface declaration for Application subclass instances that are able to store and provide access to long living state variable instances.
Properties
haapiUIKitConfiguration
var haapiUIKitConfiguration: HaapiUIKitConfiguration
The UIKit functional configuration
dataMapper
var dataMapper: DataMapper
The data mapper to map HAAPI SDK objects to HAAPI UIKit objects.
- Note: This is an experimental API. It may be changed or removed in the future.
genericClientOperationHandler
var genericClientOperationHandler: GenericClientOperationHandler
The GenericOperation
handler: