IosAppState

googleapis.firebase.IosAppState
See theIosAppState companion class
object IosAppState

Attributes

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

Members list

Type members

Classlikes

case object ACTIVE extends IosAppState

The App is active.

The App is active.

Attributes

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

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

Unspecified state.

Unspecified state.

Attributes

Source
IosAppState.scala
Supertypes
trait Singleton
trait Product
trait Mirror
class IosAppState
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
IosAppState.scala

Concrete fields

Attributes

Source
IosAppState.scala

Implicits

Implicits

implicit val decoder: Decoder[IosAppState]

Attributes

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

Attributes

Source
IosAppState.scala