PROTOCOL

HaapiUIKitApplication

swift
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

swift
var haapiUIKitConfiguration: HaapiUIKitConfiguration

The UIKit functional configuration

dataMapper

swift
var dataMapper: DataMapper

The data mapper to map HAAPI SDK objects to HAAPI UIKit objects.

oAuthDataMapper

swift
var oAuthDataMapper: OAuthDataMapper

The data mapper to map OAuth Token SDK objects to UI objects.

genericClientOperationHandler

swift
var genericClientOperationHandler: GenericClientOperationHandler

The GenericOperation handler: