public static final class DynamicLink.NavigationInfoParameters.Builder extends Object
Builder for navigation info parameters.
Public Constructor Summary
DynamicLink.NavigationInfoParameters.Builder()
Create navigation info parameter builder.
|
Public Method Summary
DynamicLink.NavigationInfoParameters |
build()
Build NavigationInfoParameters for use with
setNavigationInfoParameters(NavigationInfoParameters) .
|
DynamicLink.NavigationInfoParameters.Builder |
setForcedRedirectEnabled(boolean forcedRedirectEnabled)
Sets whether to enable force redirecting or going to the app preview page.
|
Inherited Method Summary
Public Constructors
public DynamicLink.NavigationInfoParameters.Builder ()
Create navigation info parameter builder.
Public Methods
public DynamicLink.NavigationInfoParameters build ()
Build NavigationInfoParameters for use with
setNavigationInfoParameters(NavigationInfoParameters)
.
public DynamicLink.NavigationInfoParameters.Builder setForcedRedirectEnabled (boolean forcedRedirectEnabled)
Sets whether to enable force redirecting or going to the app preview page. Defaults to false.
Parameters
forcedRedirectEnabled | If true, app preview page will be disabled and there will be a redirect to the FDL. If false, go to the app preview page. |
---|