IronSourceSegment class
Segment
- Default values are all null except custom params and only non null values will be passed to native segments.
- No restriction other than basic types, validations happen on the native level except for the Gender type.
Constructors
Properties
- age ↔ int?
-
getter/setter pair
-
customParameters
↔ Map<
String, String> -
getter/setter pair
- gender ↔ IronSourceUserGender?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- iapTotal ↔ double?
-
getter/setter pair
- isPaying ↔ bool?
-
getter/setter pair
- level ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- segmentName ↔ String?
-
getter/setter pair
- userCreationDateInMillis ↔ int?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCustom(
{required String key, required String value}) → bool - Sets custom parameters for the Segment.
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited