urlTypeHint property

String? urlTypeHint
getter/setter pair

Specifies the type of viewer that is used when opening the URL.

Defaults to opening via web browser.

Optional. Possible string values are:

  • "URL_TYPE_HINT_UNSPECIFIED" : Unspecified
  • "AMP_ACTION" : Url would be an amp action
  • "AMP_CONTENT" : URL that points directly to AMP content, or to a canonical URL which refers to AMP content via .

Implementation

core.String? urlTypeHint;