GlobalAdVariables class

Constructors

GlobalAdVariables()
factory

Properties

adLoader ValueNotifier<bool>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rewards ValueNotifier<List<RewardsModel>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenAdIndex Map<String, int>
getter/setter pair

Methods

getIndex({String route = "default"}) int
increment(int max, {String route = "default"}) int
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

Static Properties

adNetworkIds Map<String, AdNetworkIds>?
getter/setter pair
adNetworks Map<NetworkType, NetworkInterface>?
getter/setter pair
deviceServerToken DeviceServerToken?
getter/setter pair
fullJson Map
getter/setter pair
globalAdFlag bool
getter/setter pair
initAdNetworks List
getter/setter pair
isPremiumUser bool
getter/setter pair
ratingBar ValueNotifier<double>
getter/setter pair
screenAdJson Map<String, AdConfigDataModel>?
getter/setter pair

Static Methods

canShowReview() Future<bool>
getReviewCount() Future<int>
setReviewCount(int count) Future<void>
setReviewProcess() Future<void>