class Google::Apis::FirebasedynamiclinksV1::NavigationInfo

Information of navigation behavior.

Attributes

enable_forced_redirect[RW]

If this option is on, FDL click will be forced to redirect rather than show an interstitial page. Corresponds to the JSON property `enableForcedRedirect` @return [Boolean]

enable_forced_redirect?[RW]

If this option is on, FDL click will be forced to redirect rather than show an interstitial page. Corresponds to the JSON property `enableForcedRedirect` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/firebasedynamiclinks_v1/classes.rb, line 985
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/firebasedynamiclinks_v1/classes.rb, line 990
def update!(**args)
  @enable_forced_redirect = args[:enable_forced_redirect] if args.key?(:enable_forced_redirect)
end