mimeTypes property

List<String>? get mimeTypes

The SDK will prioritize the media with MIME type on the list.

This only refers to the mime types of videos to be selected for linear ads.

If null, the platform will decide the default value.

Implementation

List<String>? get mimeTypes => platform.params.mimeTypes;