ApptimizeInstantUpdateOrWinnerInfo class

Base class for information about a single winning A/B test or instant update this device will display.

See ApptimizeInstantUpdate or ApptimizeWinnerInfo.

Implementers

Constructors

ApptimizeInstantUpdateOrWinnerInfo(DateTime startDate, String? userId, String anonymousUserId)
const

Properties

anonymousUserId String
The anonymous user id currently assigned to this apptimize instance.
final
hashCode int
The hash code for this object.
no setterinherited
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.
final
userId String?
The user id of the user that will be shown the winning variant or instant update.
final

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