eventType property
App event type. Possible string values are:
- "APPLICATION_EVENT_TYPE_UNSPECIFIED" : This value is disallowed.
- "INSTALLED" : The app was installed.
- "CHANGED" : The app was changed, for example, a component was enabled or disabled.
- "DATA_CLEARED" : The app data was cleared.
- "REMOVED" : The app was removed.
- "REPLACED" : A new version of the app has been installed, replacing the old version.
- "RESTARTED" : The app was restarted.
- "PINNED" : The app was pinned to the foreground.
- "UNPINNED" : The app was unpinned.
Implementation
core.String? eventType;