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.
- Experiment: This is an experimental API. It may be changed or removed in the future.
oAuthDataMapper
var oAuthDataMapper: OAuthDataMapper
The data mapper to map OAuth Token SDK objects to UI objects.
- Experiment: This is an experimental API. It may be changed or removed in the future.
genericClientOperationHandler
var genericClientOperationHandler: GenericClientOperationHandler
The GenericOperation
handler: