Docs Menu

Docs HomeDevelop ApplicationsAtlas Device SDKs

Enum User.State

On this page

  • io.realm.mongodb
  • Enum Constant Summary
  • Method Summary
  • Inherited Methods
  • Enum Constant Detail
  • LOGGED_IN
  • LOGGED_OUT
  • REMOVED
  • Method Detail
  • valueOf
  • values
io.realm.mongodb.User.State

Enclosing class:

User

The user's potential states.

Enum Constant and Description
LOGGED_IN
Modifier and Type
Method and Description
public static User.State
public static User.State
  • Methods inherited from class java.lang.Object : getClass , hashCode , equals , clone , toString , notify , notifyAll , wait , wait , wait , finalize

  • Methods inherited from class java.lang.Enum : name , ordinal , toString , equals , hashCode , clone , compareTo , getDeclaringClass , valueOf , finalize

public static final User.State

public static final User.State

public static final User.State

public static User.State valueOf (
String name
)
public static User.State values ()

← Class User