IosAdCallback class

Constructors

IosAdCallback({required dynamic showSuccess(AdMoneyInfoBean? ad, AdInfoData? bean), required dynamic showFail(), required dynamic closeAd(AdMoneyInfoBean? ad, AdInfoData? bean, bool hasReward), required dynamic revenuePaid(AdMoneyInfoBean? ad, AdInfoData? bean)})

Properties

closeAd ↔ dynamic Function(AdMoneyInfoBean? ad, AdInfoData? bean, bool hasReward)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
revenuePaid ↔ dynamic Function(AdMoneyInfoBean? ad, AdInfoData? bean)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showFail ↔ dynamic Function()
getter/setter pair
showSuccess ↔ dynamic Function(AdMoneyInfoBean? ad, 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