BannerAdSize class abstract

自渲染banner广告抽象类

Implementers

Constructors

BannerAdSize.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getExpressBannerAdWidth(int adSizeIndex, double screenWidth, double marginSize, bool aqyAd) Size
getHeight(int adSizeIndex, double width, double offset, bool aliAd) double
aliAd参数对于自渲染banner用于判断阿里广告,已经废弃;对于模板banner广告用于判断爱奇艺广告
getWidth(int adSizeIndex, double screenWidth, double marginSize) double
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited