STRUCT
HaapiUIViewControllerStyle
Contents
- Methods
init(linkViewStyle:messageViewStyles:loadingViewStyle:inputTextFieldStyleName:inputTextFieldStyle:textPickerViewStyle:notificationBannerViewStyle:)
public struct HaapiUIViewControllerStyle
The style for HaapiUIViewController.
Methods
init(linkViewStyle:messageViewStyles:loadingViewStyle:inputTextFieldStyleName:inputTextFieldStyle:textPickerViewStyle:notificationBannerViewStyle:)
public init(linkViewStyle: LinkViewStyle,
messageViewStyles: MessageViewStyles,
loadingViewStyle: LoadingIndicatorViewStyle,
inputTextFieldStyleName: String,
inputTextFieldStyle: InputTextFieldStyle,
textPickerViewStyle: TextPickerViewStyle,
notificationBannerViewStyle: NotificationBannerViewStyle)
Creates a HaapiUIViewControllerStyle.
- Parameters:
- linkViewStyle: The link view style.
- messageViewStyles: The message view styles.
- loadingViewStyle: The loading indicator view style.
- inputTextFieldStyleName: The input text field style name.
- inputTextFieldStyle: The input text field style.
- textPickerViewStyle: The text picker view style.
- notificationBannerViewStyle: The notification banner view style. It is used to style a component displaying an error.
Parameters
| Name | Description |
|---|---|
| linkViewStyle | The link view style. |
| messageViewStyles | The message view styles. |
| loadingViewStyle | The loading indicator view style. |
| inputTextFieldStyleName | The input text field style name. |
| inputTextFieldStyle | The input text field style. |
| textPickerViewStyle | The text picker view style. |
| notificationBannerViewStyle | The notification banner view style. It is used to style a component displaying an error. |