Generated by
JDiff

Class zendesk.support.requestlist.RequestListUiConfig.Builder

Removed Methods
Intent intent(Context) Create an Intent to start the RequestListActivity with the specified configuration options.
void show(Context) Show the RequestListActivity with the specified configuration options.
Builder withUiConfigs(List<UiConfig>) Configurations for screen that can be started from RequestListActivity.
Builder withUiConfigs(UiConfig[]) Configurations for screen that can be started from RequestListActivity.
 

Added Methods
Intent intent(Context, List<UiConfig>) Create an Intent to start the RequestListActivity with the specified configuration options.
Intent intent(Context, UiConfig[]) Create an Intent to start the RequestListActivity with the specified configuration options.
void show(Context, List<UiConfig>) Show the RequestListActivity with the specified configuration options.
void show(Context, UiConfig[]) Show the RequestListActivity with the specified configuration options.