creativeIds property

  1. @Deprecated("This method is deprecated and will be removed in the next version. Use creativeId instead.")
List<String> get creativeIds

Returns an Adrop ad's creativeIds.

Implementation

@Deprecated(
    "This method is deprecated and will be removed in the next version. Use creativeId instead.")
List<String> get creativeIds {
  return [];
}