java.lang.Object | |
↳ | com.google.firebase.dynamiclinks.DynamicLink.NavigationInfoParameters.Builder |
Builder for navigation info parameters.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Create navigation info parameter builder.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Build NavigationInfoParameters for use with
setNavigationInfoParameters(NavigationInfoParameters) . | |||||||||||
Sets whether to enable force redirecting or going to the app preview page.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Create navigation info parameter builder.
Build NavigationInfoParameters for use with setNavigationInfoParameters(NavigationInfoParameters)
.
Returns | |
---|---|
DynamicLink.NavigationInfoParameters |
Sets whether to enable force redirecting or going to the app preview page. Defaults to false.
Parameters | |
---|---|
forcedRedirectEnabled |
boolean : 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.
|
Returns | |
---|---|
DynamicLink.NavigationInfoParameters.Builder |