-
public final class UserChangedStateRepresents a change in the user state. This is provided to IUserStateObserver.onUserStateChange when the user state has changed, typically when a user has logged in or out.
-
-
Constructor Summary
Constructors Constructor Description UserChangedState(UserState current)
-
Method Summary
Modifier and Type Method Description final UserStategetCurrent()The current user state after the change. final JSONObjecttoJSONObject()-
-
Constructor Detail
-
UserChangedState
UserChangedState(UserState current)
-
-
Method Detail
-
getCurrent
final UserState getCurrent()
The current user state after the change.
-
toJSONObject
final JSONObject toJSONObject()
-
-
-
-