PsOptions class
Options for the promoter score survey
Constructors
-
PsOptions({Duration? frequency, Duration? initialDelay, FutureOr<
CustomizableWiredashMetaData> collectMetaData(CustomizableWiredashMetaData metaData)?, int? minimumAppStarts}) -
Options for the promoter score survey
const
Properties
-
collectMetaData
→ FutureOr<
CustomizableWiredashMetaData> Function(CustomizableWiredashMetaData metaData)? -
Enrich the promoter score survey answer with custom metadata
final
- frequency → Duration?
-
The duration between recurring promoter score surveys
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialDelay → Duration?
-
Duration the app has to be installed on the device before it becomes
eligible to be surveyed
final
- minimumAppStarts → int?
-
The number of time the user has to open the app before seeing a survey
for the first time
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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