InMobiMediationExtras class
Class with additional parameters to attach to the AdRequest
or AdManagerAdRequest
when using the GmaMediationInMobi adapter.
Constructors
- InMobiMediationExtras({InMobiAgeGroups? ageGroup, InMobiEducation? education, int? age, int? yearOfBirth, String? postalCode, String? areaCode, String? language, String? city, String? state, String? country, String? keywords, String? interests, InMobiLogLevel? logLevel})
Properties
- age ↔ int?
-
getter/setter pair
- ageGroup ↔ InMobiAgeGroups?
-
getter/setter pair
- areaCode ↔ String?
-
getter/setter pair
- city ↔ String?
-
getter/setter pair
- country ↔ String?
-
getter/setter pair
- education ↔ InMobiEducation?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- interests ↔ String?
-
getter/setter pair
- keywords ↔ String?
-
getter/setter pair
- language ↔ String?
-
getter/setter pair
- logLevel ↔ InMobiLogLevel?
-
getter/setter pair
- postalCode ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
getter/setter pair
- yearOfBirth ↔ int?
-
getter/setter pair
Methods
-
getAndroidClassName(
) → String - Fully-qualified name of an Android FlutterMediationExtras class.
-
getExtras(
) → Map< String, dynamic> - Key-Value pair to be sent to the host platform to parse.
-
getIOSClassName(
) → String - Name of an iOS class that conforms to the FLTMediationExtras protocol.
-
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