Generated by
JDiff

Class zendesk.support.guide.ArticleUiConfig.Builder

Removed Constructors
ArticleUiConfig.Builder(long, String) Constructs an instance from the given articleId and title
 

Added Constructors
ArticleUiConfig.Builder(long) Constructs an instance from the given articleId and title
 

Removed Methods
Intent intent(Context) Create an Intent to start the ViewArticleActivity with the specified configuration options.
void show(Context) Shows the activity.
Builder withArticleVoting(boolean) Specifies whether voting on articles should be enabled or disabled.
Builder withUiConfigs(List<UiConfig>) Configurations for screen that can be started from ViewArticleActivity.
Builder withUiConfigs(UiConfig[]) Configurations for screen that can be started from ViewArticleActivity.
 

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