RateMyAppEventType enum

Represents all events that can occur during the Rate my app lifecycle.

Inheritance

Constructors

RateMyAppEventType()
const

Values

initialized → const RateMyAppEventType

When Rate my app is fully initialized.

saved → const RateMyAppEventType

When Rate my app is saved.

requestReview → const RateMyAppEventType

When a native rating dialog is requested.

dialogOpen → const RateMyAppEventType

When the classic Rate my app dialog will be opened.

starDialogOpen → const RateMyAppEventType

When the star dialog will be opened.

rateButtonPressed → const RateMyAppEventType

When the rate button has been pressed.

laterButtonPressed → const RateMyAppEventType

When the later button has been pressed.

noButtonPressed → const RateMyAppEventType

When the no button has been pressed.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<RateMyAppEventType>
A constant List of the values in this enum, in order of their declaration.