AdsConfig class
- Annotations
Constructors
-
AdsConfig.new({required Map<
AdType, Map< admobIds, required List<String, String> >String> whitelist, required int appopenHoursDelay, required int appopenLaunchesDelay, required int adsHoursDelay, required int adsLaunchesDelay}) - AdsConfig.empty()
-
factory
-
AdsConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
admobIds
→ Map<
AdType, Map< String, String> > -
final
- adsHoursDelay → int
-
final
- adsLaunchesDelay → int
-
final
- appopenHoursDelay → int
-
final
- appopenLaunchesDelay → int
-
final
-
appOpens
→ Map<
String, String> -
no setter
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
interstitials
→ Map<
String, String> -
no setter
-
rewardedVideos
→ Map<
String, String> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
whitelist
→ List<
String> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited