IosLoadAdResultCallback class

Constructors

IosLoadAdResultCallback({required dynamic startLoadAdCallback(AdInfoData? bean), required dynamic loadAdSuccessCallback(AdMoneyInfoBean adMoneyInfoBean, AdInfoData? bean, int loadTime), required dynamic loadAdFailCallback(AdInfoData? bean, String failReason), required dynamic initSdkSuccess(int time, String platForm)})

Properties

hashCode int
The hash code for this object.
no setterinherited
initSdkSuccess ↔ dynamic Function(int time, String platForm)
getter/setter pair
loadAdFailCallback ↔ dynamic Function(AdInfoData? bean, String failReason)
getter/setter pair
loadAdSuccessCallback ↔ dynamic Function(AdMoneyInfoBean adMoneyInfoBean, AdInfoData? bean, int loadTime)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startLoadAdCallback ↔ dynamic Function(AdInfoData? bean)
getter/setter pair

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