ApptimizeOptions class

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.

Constructors

ApptimizeOptions()

Properties

delayUntilTestsAreAvailable int?
This option controls how long (in milliseconds) Apptimize will wait for tests and their associated data to download.
getter/setter pair
devicePairingEnabled bool?
This option controls whether Apptimize will attempt to pair with the development server.
getter/setter pair
enableThirdPartyEventExporting bool?
This option controls whether Apptimize will automatically export events to third-party analytics frameworks.
getter/setter pair
enableThirdPartyEventImporting bool?
This option controls whether Apptimize will automatically import events from third-party analytics frameworks.
getter/setter pair
forceVariantsShowWinnersAndInstantUpdates bool?
This option governs whether Apptimize will show winning variants and instant updates when Apptimize.forceVariant is used.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
logLevel ApptimizeLogLevel?
This option controls the amount of logging the Apptimize SDK will output. If not specified, the default value is ApptimizeLogLevel.Off
getter/setter pair
refreshMetaDataOnSetup bool?
This option governs whether Apptimize will force a refresh on startup, even if metadata is currently saved on device. ApptimizeInitializedEvent will not be dispatched until the metadata has been downloaded. If metadata fails to download, ApptimizeInitializedEvent will dispatch only if there is a cached version of the data available on disk.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverRegion ApptimizeServerRegion?
This option controls the Apptimize server region selection. You should not set this option unless your account is configured to use a different value.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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