pub const ANDROID_STATE: &str = "android.state";
๐Deprecated: Replaced by
device.app.lifecycle
.Expand description
Deprecated use the device.app.lifecycle
event definition including android.state
as a payload field instead.
ยงNotes
The Android lifecycle states are defined in Activity lifecycle callbacks, and from which the OS identifiers
are derived