HaapiFlowViewController
The style definition for the view controller that handles the Haapi flow.
Key | Type | Description |
---|---|---|
backgroundColorName | String | The color name for the background that references a color in the asset catalog of the application. The default value is hui_background . |
closeButtonImageName | String | The name of the close button image that references an image in the asset catalog of the application. The default value is xmark . |
closeButtonMinHeight | Number | The minimum height of the close button. The default value is 30 . If the value is 0, the height is adjusted according to UI constraints and closeButtonImageName . |
closeButtonMinWidth | Number | The minimum width of the close button. The default value is 30 . If the value is 0, the width is adjusted according to UI constraints and closeButtonImageName . |
closeButtonTintColorName | String | The tint color name for the close button that references a color in the asset catalog of the application. The default value is hui_close_button_tint . |
paddingBottom | Number | The bottom padding. The default value is 0 . |
paddingLeft | Number | The left padding. The default value is 0 . |
paddingRight | Number | The right padding. The default value is 0 . |
paddingTop | Number | The top padding. The default value is 0 . |