Constant ANDROID_APP_STATE

pub const ANDROID_APP_STATE: &'static str;
Expand description

This attribute represents the state of the application.

§Notes

The Android lifecycle states are defined in Activity lifecycle callbacks, and from which the OS identifiers are derived.

§Examples

  • "created"