Generated by
JDiff

Class zendesk.support.guide.HelpCenterUiConfig.Builder

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

Added Methods
Intent intent(Context, List<UiConfig>) Creates an Intent for the HelpCenterActivity with the specified configuration options.
Intent intent(Context, UiConfig[]) Creates an Intent for the HelpCenterActivity with the specified configuration options.
void show(Context, List<UiConfig>) Starts the HelpCenterActivity.
void show(Context, UiConfig[]) Starts the HelpCenterActivity.