RequestAf class

Constructors

RequestAf.new({required String afKey, required String afAppId, required String distinctId, required RequestAfCallback requestAfCallback})

Properties

afAppId String
getter/setter pair
afIsB bool
getter/setter pair
afKey String
getter/setter pair
aPackageAfCall ↔ dynamic Function()?
getter/setter pair
distinctId String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
requestAfCallback RequestAfCallback
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAPackageAfCall(dynamic call()) → dynamic
toString() String
A string representation of this object.
inherited
uploadAdRevenue(String networkName, double revenue, String adId, String pointName) → dynamic

Operators

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