Enum User.State
On this page
Atlas Device SDKs are deprecated. Refer to the deprecation page for details.
io.realm.mongodb
io.realm.mongodb.User.State
Enclosing class:
The user's potential states.
Enum Constant Summary
Enum Constant and Description |
---|
Method Summary
Modifier and Type | Method and Description |
---|---|
public static User.State | |
public static User.State | values () |
Inherited Methods
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
Enum Constant Detail
LOGGED_IN
public static final User.State
LOGGED_OUT
public static final User.State
REMOVED
public static final User.State
Method Detail
valueOf
values
public static User.State values () |
---|