WebAppState

googleapis.firebase.WebAppState
See theWebAppState companion class
object WebAppState

Attributes

Companion
class
Source
WebAppState.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object ACTIVE extends WebAppState

The App is active.

The App is active.

Attributes

Source
WebAppState.scala
Supertypes
trait Singleton
trait Product
trait Mirror
class WebAppState
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ACTIVE.type
case object DELETED extends WebAppState

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
WebAppState.scala
Supertypes
trait Singleton
trait Product
trait Mirror
class WebAppState
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
DELETED.type
case object STATE_UNSPECIFIED extends WebAppState

Unspecified state.

Unspecified state.

Attributes

Source
WebAppState.scala
Supertypes
trait Singleton
trait Product
trait Mirror
class WebAppState
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

Attributes

Source
WebAppState.scala

Concrete fields

Attributes

Source
WebAppState.scala

Implicits

Implicits

implicit val decoder: Decoder[WebAppState]

Attributes

Source
WebAppState.scala
implicit val encoder: Encoder[WebAppState]

Attributes

Source
WebAppState.scala