creativeType property

String get creativeType
inherited

Creative medium of the loaded ad: 'display' or 'video'. For carousel popups, updates as the carousel slides between creatives. Defaults to 'display' before an ad is shown.

Implementation

String get creativeType {
  return _creativeType;
}