Packagecom.tuarua.firebase.dynamiclinks
Classpublic final class NavigationInfoParameters
InheritanceNavigationInfoParameters Inheritance Object



Public Properties
 PropertyDefined By
  forcedRedirectEnabled : Boolean
If set to true, skip the app preview page when the Dynamic Link is opened, and instead redirect to the app or store.
NavigationInfoParameters
Public Methods
 MethodDefined By
  
NavigationInfoParameters(forcedRedirectEnabled:Boolean)
NavigationInfoParameters
Property Detail
forcedRedirectEnabledproperty
public var forcedRedirectEnabled:Boolean

If set to true, skip the app preview page when the Dynamic Link is opened, and instead redirect to the app or store. The app preview page (enabled by default) can more reliably send users to the most appropriate destination when they open Dynamic Links in apps; however, if you expect a Dynamic Link to be opened only in apps that can open Dynamic Links reliably without this page, you can disable it with this parameter. Note: the app preview page is only shown on iOS currently, but may eventually be shown on Android. This parameter will affect the behavior of the Dynamic Link on both platforms.

Constructor Detail
NavigationInfoParameters()Constructor
public function NavigationInfoParameters(forcedRedirectEnabled:Boolean)



Parameters
forcedRedirectEnabled:Boolean