ShopperInteractionDevice class abstract

ShopperInteractionDevice

Properties:

  • locale - Locale on the shopper interaction device.
  • os - Operating system running on the shopper interaction device.
  • osVersion - Version of the operating system on the shopper interaction device.
Annotations
  • @BuiltValue.new()

Constructors

ShopperInteractionDevice([void updates(ShopperInteractionDeviceBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
locale String?
Locale on the shopper interaction device.
no setter
os String?
Operating system running on the shopper interaction device.
no setter
osVersion String?
Version of the operating system on the shopper interaction device.
no setter
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
rebuild(dynamic updates(ShopperInteractionDeviceBuilder)) ShopperInteractionDevice
Rebuilds the instance.
inherited
toBuilder() ShopperInteractionDeviceBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<ShopperInteractionDevice>
no setter