ViewLoadCallback class
视图广告
- Implementers
Constructors
- ViewLoadCallback.new({OnAdLoadSuccess? onAdLoadSuccess, OnAdLoadFailed? onAdLoadFailed, OnAdClick? onAdClick, OnAdShow? onAdShow, OnAdClosed? onAdClosed, OnAdRenderSuccess? onAdRenderSuccess, OnAdRenderFailed? onAdRenderFailed})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onAdClick ↔ OnAdClick?
-
getter/setter pair
- onAdClosed ↔ OnAdClosed?
-
getter/setter pair
- onAdLoadFailed ↔ OnAdLoadFailed?
-
getter/setter pair
- onAdLoadSuccess ↔ OnAdLoadSuccess?
-
getter/setter pair
- onAdRenderFailed ↔ OnAdRenderFailed?
-
getter/setter pair
- onAdRenderSuccess ↔ OnAdRenderSuccess?
-
getter/setter pair
- onAdShow ↔ OnAdShow?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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