startTimeType property

String? startTimeType
getter/setter pair

Initial wait time type before making the asset visible.

Applicable to the following creative types: all RICH_MEDIA. Possible string values are:

  • "ASSET_START_TIME_TYPE_NONE" : Asset is not automatically displayed.
  • "ASSET_START_TIME_TYPE_CUSTOM" : Asset is automatically displayed after a fixed period of time.

Implementation

core.String? startTimeType;