durationType property

String? durationType
getter/setter pair

Duration type for which an asset will be displayed.

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

  • "ASSET_DURATION_TYPE_AUTO" : Asset is displayed for the single run of the time line.
  • "ASSET_DURATION_TYPE_NONE" : Asset is displayed indefinitely and it loops on the timeline.
  • "ASSET_DURATION_TYPE_CUSTOM" : User entered duration value in seconds.

Implementation

core.String? durationType;