apptimize_flutter library
Classes
- Apptimize
- The Apptimize interface is the main interaction point with the Apptimize SDK for developers.
- ApptimizeEnrolledInExperimentEvent
- Broadcasted when a user first becomes enrolled in a test.
- ApptimizeEvent
- Base class for all Apptimize events.
- ApptimizeInitializedEvent
- Broadcasted when Apptimize has finished initializing and tests are available to run.
- ApptimizeInstantUpdate
- Information about a single instant update this device will display.
- ApptimizeInstantUpdateOrWinnerInfo
- Base class for information about a single winning A/B test or instant update this device will display.
-
ApptimizeListVariable<
T> - ApptimizeListVariable is a dynamic variable which contains a list of values of the specified type.
-
ApptimizeMapVariable<
T> - ApptimizeMapVariable is a dynamic variable which contains a map of values of the specified type keyed by strings.
- ApptimizeMetaDataState
- This type is used to determine the state of the metadata.
- ApptimizeMetadataStateChangedEvent
- Broadcasted when Apptimize metadata state changes.
- ApptimizeOptions
-
Options to configure apptimize. If you do not specify a value for an
option (and its value is
null
), the default value will be used. - ApptimizeParticipatedInExperimentEvent
- Broadcasted when an Apptimize A/B experiment is run.
- ApptimizeResumedEvent
- Broadcasted in response to your application moving to the foreground.
- ApptimizeTestInfo
- Information about a single A/B test or feature flag this device is enrolled in.
- ApptimizeTestsProcessedEvent
- Broadcasted when an Apptimize A/B experiment configuration is recalculated.
- ApptimizeUnenrolledInExperimentEvent
- Broadcasted when a user becomes unenrolled in a test.
-
ApptimizeValueVariable<
T> - ApptimizeValueVariable is a dynamic variable which contains a specified type.
-
ApptimizeVariable<
T> - The interface used to create and retrieve dynamic variables.
- ApptimizeVariant
- Information about a single available variant.
- ApptimizeWinnerInfo
- Information about a single winning A/B test this device will display.
Enums
- ApptimizeExperimentType
- This enumerated type is used to indicate the type of experiment that the ApptimizeTestInfo class refers to.
- ApptimizeLogLevel
- This enumerated type is used to specify the log level to be used when starting apptimize.
- ApptimizeServerRegion
- This enumerated type is used to specify the server region to be used when starting apptimize.
- ApptimizeUnenrollmentReason
- This enumerated type is used to indicate why the user has been unenrolled from a given experiment.