DynamicLink.NavigationInfoParameters.Builder | Doclava
public static final class

DynamicLink.NavigationInfoParameters.Builder

extends Object
java.lang.Object
   ↳ com.google.firebase.dynamiclinks.DynamicLink.NavigationInfoParameters.Builder

Class Overview

Builder for navigation info parameters.

Summary

Public Constructors
DynamicLink.NavigationInfoParameters.Builder()
Create navigation info parameter builder.
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DynamicLink.NavigationInfoParameters.Builder ()

Create navigation info parameter builder.

Public Methods

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 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