ApplicationEvent class abstract

Represent an event relative to an application, which can be:

  • installation
  • update (from V1 to V2)
  • uninstallation
  • (re)enabled by the user
  • disabled by the user (not visible, but still installed)

Note: an Application is not available directly in this object, as it would be null in the case of an uninstallation

Implementers

Properties

event ApplicationEventType
The event type will help check if the app is installed or not
no setter
hashCode int
The hash code for this object.
no setteroverride
packageName String
The package name of the application related to this event
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time DateTime
final

Methods

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

Operators

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