googleapis.firebase.AndroidAppState
See theAndroidAppState companion class
object AndroidAppState
Attributes
- Companion
- class
- Source
- AndroidAppState.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AndroidAppState.type
Members list
Type members
Classlikes
case object ACTIVE extends AndroidAppState
The App is active.
The App is active.
Attributes
- Source
- AndroidAppState.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrorclass AndroidAppStatetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
ACTIVE.type
case object DELETED extends AndroidAppState
The App has been soft-deleted.
The App has been soft-deleted. After an App has been in the DELETED state for more than 30 days, it is considered expired and will be permanently deleted. Up until this time, you can restore the App by calling Undelete ([Android](projects.androidApps/undelete) | [iOS](projects.iosApps/undelete) | [web](projects.webApps/undelete)).
Attributes
- Source
- AndroidAppState.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrorclass AndroidAppStatetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
DELETED.type
case object STATE_UNSPECIFIED extends AndroidAppState
Unspecified state.
Unspecified state.
Attributes
- Source
- AndroidAppState.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrorclass AndroidAppStatetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
STATE_UNSPECIFIED.type
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Attributes
- Source
- AndroidAppState.scala
Concrete fields
Attributes
- Source
- AndroidAppState.scala
Implicits
In this article