BankIdViewController
The style definition for the view controller that handles the polling mechanism for BankID.
| 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_transparent. |
| contentStyle | String | The style of the content area that references a defined style with the prefix: StackView. The default value is StackView.Polling. |
| contentTextAppearance | String | The content text appearance. The default value is TextAppearance.Body. |
| contentTextColorName | String | The content color name for the text that references a color in the asset catalog of the application. The default value is hui_text_immutable. |
| expandableViewStyle | String | The style of the expandable view that references a defined style. The default value is ExpandableView. |
| headerTextAppearance | String | The text appearance for the header area. The default value is TextAppearance.Title2.Center. |
| headerTextColorName | String | The color name for the header text that references a color in the asset catalog of the application. The default value is hui_text. |
| loadingIndicatorSideDimension | String | The dimension(side) of the loading indicator. The default value is 40. |
| loadingIndicatorViewStyle | String | The style of the loading indicator that references a defined style with the prefix: LoadingIndicatorView. The default value is LoadingIndicatorView. |
| linksStyle | String | The style of the interactions area that references a defined style with the prefix: StackView. The default value is StackView.Links. |
| messagesStyle | String | The style of the interactions area that references a defined style with the prefix: StackView. The default value is StackView. |
| paddingBottom | Number | The bottom padding. The default value is 8. |
| paddingLeft | Number | The left padding. The default value is 8. |
| paddingRight | Number | The right padding. The default value is 8. |
| paddingTop | Number | The top padding. The default value is 8. |
| textInstructionBody | String | Instruction text shown for the first step in the BankID authentication flow. The default value is hui_bankid_instruction_body_1. |
| textInstructionTitle | String | Title for the first instruction step in the BankID authentication flow. The default value is hui_bankid_instruction_title_1. |
| textMinutes | String | Displays a duration in minutes. The default value is hui_polling_minutes. |
| textMinutesRemaining | String | Displays remaining time in minutes and seconds. The default value is hui_polling_minutes_remaining. |
| textOr | String | Text displayed between alternative options. The default value is hui_or. |
| textSeconds | String | Displays a duration in seconds. The default value is hui_polling_seconds. |
| textSecondsRemaining | String | Displays remaining time in seconds. The default value is hui_polling_seconds_remaining. |