eventType property

String? eventType
getter/setter pair

Event type. Possible string values are:

  • "MEMORY_EVENT_TYPE_UNSPECIFIED" : Unspecified. No events have this type.
  • "RAM_MEASURED" : Free space in RAM was measured.
  • "INTERNAL_STORAGE_MEASURED" : Free space in internal storage was measured.
  • "EXTERNAL_STORAGE_DETECTED" : A new external storage medium was detected. The reported byte count is the total capacity of the storage medium.
  • "EXTERNAL_STORAGE_REMOVED" : An external storage medium was removed. The reported byte count is zero.
  • "EXTERNAL_STORAGE_MEASURED" : Free space in an external storage medium was measured.

Implementation

core.String? eventType;