position property

String? position
getter/setter pair

The position of the OBA icon on the creative. Possible string values are:

  • "OBA_ICON_POSITION_UNSPECIFIED" : The OBA icon position is not specified.
  • "OBA_ICON_POSITION_UPPER_RIGHT" : At the upper right side of the creative.
  • "OBA_ICON_POSITION_UPPER_LEFT" : At the upper left side of the creative.
  • "OBA_ICON_POSITION_LOWER_RIGHT" : At the lower right side of the creative.
  • "OBA_ICON_POSITION_LOWER_LEFT" : At the lower left side of the creative.

Implementation

core.String? position;