Class RequestListUiConfig.Builder

  • Enclosing class:
    RequestListUiConfig


    public static class RequestListUiConfig.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • withUiConfigs

        public RequestListUiConfig.Builder withUiConfigs(java.util.List<UiConfig> uiConfigs)
        Configurations for screen that can be started from RequestListActivity.
      • show

        public void show(Context context)
        Show the RequestListActivity with the specified configuration options.
        Parameters:
        context - The context which startActivity will be invoked on
      • intent

        public Intent intent(Context context)
        Create an Intent to start the RequestListActivity with the specified configuration options.
        Parameters:
        context - The context which startActivity will be invoked on
        Returns:
        An Intent for RequestListActivity with the specified configuration options
      • config

        public UiConfig config()
        Create a UiConfig for the passed in configuration options.