TechnologyTargeting class

Represents targeting about various types of technology.

Constructors

TechnologyTargeting({CriteriaTargeting? deviceCapabilityTargeting, CriteriaTargeting? deviceCategoryTargeting, OperatingSystemTargeting? operatingSystemTargeting})
TechnologyTargeting.fromJson(Map json_)

Properties

deviceCapabilityTargeting CriteriaTargeting?
IDs of device capabilities to be included/excluded.
getter/setter pair
deviceCategoryTargeting CriteriaTargeting?
IDs of device categories to be included/excluded.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
operatingSystemTargeting OperatingSystemTargeting?
Operating system related targeting information.
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