ApptimizeInstantUpdate class

Information about a single instant update this device will display.

Inheritance

Constructors

ApptimizeInstantUpdate(String instantUpdateName, int instantUpdateId, DateTime startDate, String? userId, String anonymousUserId)
const

Properties

anonymousUserId String
The anonymous user id currently assigned to this apptimize instance.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
instantUpdateId int
The id of the instant update.
final
instantUpdateName String
The name of the instant update.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate DateTime
The date this device would start showing the winning variant or instant update.
finalinherited
userId String?
The user id of the user that will be shown the winning variant or instant update.
finalinherited

Methods

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