visualStyle property

String? visualStyle
getter/setter pair

Strong match page information.

Disambiguates between default UI and custom page to present when strong match succeeds/fails to find cookie. Possible string values are:

  • "UNKNOWN_VISUAL_STYLE" : Unknown style.
  • "DEFAULT_STYLE" : Default style.
  • "CUSTOM_STYLE" : Custom style.

Implementation

core.String? visualStyle;