IosAdCallback class
Constructors
-
IosAdCallback({required dynamic showSuccess(MaxAd? ad, AdInfoData? bean), required dynamic showFail(MaxAd? ad), required dynamic closeAd(), required dynamic revenuePaid(MaxAd? ad, AdInfoData? bean)})
-
Properties
-
closeAd
↔ dynamic Function()
-
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
revenuePaid
↔ dynamic Function(MaxAd? ad, AdInfoData? bean)
-
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
showFail
↔ dynamic Function(MaxAd? ad)
-
getter/setter pair
-
showSuccess
↔ dynamic Function(MaxAd? 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