Class: Google::Apis::FirebasedynamiclinksV1::NavigationInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/firebasedynamiclinks_v1/classes.rb,
lib/google/apis/firebasedynamiclinks_v1/representations.rb,
lib/google/apis/firebasedynamiclinks_v1/representations.rb

Overview

Information of navigation behavior.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ NavigationInfo

Returns a new instance of NavigationInfo.



984
985
986
# File 'lib/google/apis/firebasedynamiclinks_v1/classes.rb', line 984

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#enable_forced_redirectBoolean Also known as: enable_forced_redirect?

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

Returns:

  • (Boolean)


981
982
983
# File 'lib/google/apis/firebasedynamiclinks_v1/classes.rb', line 981

def enable_forced_redirect
  @enable_forced_redirect
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



989
990
991
# File 'lib/google/apis/firebasedynamiclinks_v1/classes.rb', line 989

def update!(**args)
  @enable_forced_redirect = args[:enable_forced_redirect] if args.key?(:enable_forced_redirect)
end