ApptimizeWinnerInfo class

Information about a single winning A/B test this device will display.

Inheritance

Constructors

ApptimizeWinnerInfo(String winningExperimentName, int winningExperimentId, String winningVariantName, int winningVariantId, 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
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
winningExperimentId int
The experiment id of the winning experiment.
final
winningExperimentName String
The experiment name of the winning experiment.
final
winningVariantId int
The id of the winning variant
final
winningVariantName String
The name of the winning variant.
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