Generated by
JDiff

Class zendesk.messaging.MessagingConfiguration.Builder

Removed Methods
Intent intent(Context, List<Configuration>) Create an Intent to start the MessagingActivity with the specified configuration options.
Intent intent(Context, Configuration[]) Create an Intent to start the MessagingActivity with the specified configuration options.
void show(Context, List<Configuration>) Display MessagingActivity to the user.
void show(Context, Configuration[]) Display MessagingActivity to the user.
 

Added Methods
Intent intent(Context, Configuration[]) Create an Intent to start the MessagingActivity with the specified configuration options.
Intent intent(Context, List<Configuration>) Create an Intent to start the MessagingActivity with the specified configuration options.
void show(Context, Configuration[]) Display MessagingActivity to the user.
void show(Context, List<Configuration>) Display MessagingActivity to the user.
Builder withMultilineResponseOptionsEnabled(boolean) Specify whether to enable text wrapping for quick replies in the conversation interface.
 

Changed Methods
Configuration config(Context) Change in return type from zendesk.configurations.Configuration to Configuration.
Create a Configuration for the passed in configuration options.