AdSetting class
Constructors
- AdSetting({int? appVersionCode, String? onesignalId, String? adsLoadingText, int? adsRetryMaximumMilliseconds, int? adsRetry, int? IntraIntervalClick, int? intraDismissImpressionInterval, int? adsLoadingTextMinimumMilliseconds, int? nativeIntervalGrid, int? intraTimingInterval})
-
AdSetting.fromJson(Map<
String, dynamic> json)
Properties
- adsLoadingText ↔ String?
-
getter/setter pair
- adsLoadingTextMinimumMilliseconds ↔ int?
-
getter/setter pair
- adsRetry ↔ int?
-
getter/setter pair
- adsRetryMaximumMilliseconds ↔ int?
-
getter/setter pair
- appVersionCode ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- intraDismissImpressionInterval ↔ int?
-
getter/setter pair
- intraDismissImpressionIntervalCount ↔ int?
-
getter/setter pair
- IntraIntervalClick ↔ int?
-
getter/setter pair
- IntraIntervalClickCount ↔ int
-
getter/setter pair
- intraTimingInterval ↔ int?
-
getter/setter pair
- nativeIntervalGrid ↔ int?
-
getter/setter pair
- onesignalId ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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