Class WebFormSetViewSettings

  • All Implemented Interfaces:

    
    public final class WebFormSetViewSettings
    
                        

    Data from post message that sets the theme for the icons in the status bar and the color of the status bar.

    • Constructor Summary

      Constructors 
      Constructor Description
      WebFormSetViewSettings(String statusBarStyle, int actionBarColor, int navigationBarColor) Creates a new post message.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Method Detail