Package com.my.target.common.webform
Class WebFormSetViewSettings
-
- All Implemented Interfaces:
public final class WebFormSetViewSettingsData from post message that sets the theme for the icons in the status bar and the color of the status bar.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public @interfaceWebFormSetViewSettings.StatusBarStyle
-
Field Summary
Fields Modifier and Type Field Description public final intactionBarColorpublic final intnavigationBarColorpublic final StringstatusBarStyle
-
Constructor Summary
Constructors Constructor Description WebFormSetViewSettings(String statusBarStyle, int actionBarColor, int navigationBarColor)Creates a new post message.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
WebFormSetViewSettings
WebFormSetViewSettings(String statusBarStyle, int actionBarColor, int navigationBarColor)
Creates a new post message.- Parameters:
statusBarStyle- The theme of the status bar icons.actionBarColor- The action bar color.navigationBarColor- The navigation bar color.
-
-
-
-