postSubmitCallToActionType property

String? postSubmitCallToActionType
getter/setter pair

Pre-defined display text that encourages user action after the form is submitted. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "VISIT_SITE" : Visit site.
  • "DOWNLOAD" : Download.
  • "LEARN_MORE" : Learn more.
  • "SHOP_NOW" : Shop now.

Implementation

core.String? postSubmitCallToActionType;