Generated by
JDiff

Class zendesk.support.request.RequestUiConfig.Builder

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

Added Methods
Intent deepLinkIntent(Context, List<UiConfig>, Intent[]) Creates and returns an Intent for starting a DeepLinkingBroadcastReceiver, for deep-linking to a zendesk.support.request.RequestActivity.
Intent intent(Context, List<UiConfig>) Create an Intent to start the RequestActivity with the specified configuration options.
Intent intent(Context, UiConfig[]) Create an Intent to start the RequestActivity with the specified configuration options.
void show(Context, List<UiConfig>) Display RequestActivity to the user.
void show(Context, UiConfig[]) Display RequestActivity to the user.
Builder withRequestInfo(RequestInfo)