googleapis.firebase.FirebaseAppInfoState
See theFirebaseAppInfoState companion class
object FirebaseAppInfoState
Attributes
- Companion
- class
- Source
- FirebaseAppInfoState.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
FirebaseAppInfoState.type
Members list
Type members
Classlikes
case object ACTIVE extends FirebaseAppInfoState
The App is active.
The App is active.
Attributes
- Source
- FirebaseAppInfoState.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrorclass FirebaseAppInfoStatetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
ACTIVE.type
case object DELETED extends FirebaseAppInfoState
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
- FirebaseAppInfoState.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrorclass FirebaseAppInfoStatetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
DELETED.type
case object STATE_UNSPECIFIED extends FirebaseAppInfoState
Unspecified state.
Unspecified state.
Attributes
- Source
- FirebaseAppInfoState.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrorclass FirebaseAppInfoStatetrait 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
- FirebaseAppInfoState.scala
Concrete fields
Attributes
- Source
- FirebaseAppInfoState.scala
Implicits
In this article