PollingViewController
The style definition for the view controller that handles the polling mechanism.
| 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. | 
| 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. |