-
public interface IUserStateObserverA user state changed observer. Implement this interface and provide the implementation to be notified when the user state has changed.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonUserStateChange(UserChangedState state)Called when the user state this change handler was added to, has changed. -
-
Method Detail
-
onUserStateChange
abstract Unit onUserStateChange(UserChangedState state)
Called when the user state this change handler was added to, has changed. A user state can change when user has logged in or out
- Parameters:
state- The user changed state.
-
-
-
-