Package 

Interface ClientMutableState

  • All Implemented Interfaces:
    io.getstream.chat.android.client.setup.state.ClientState

    
    public interface ClientMutableState
     implements ClientState
                        

    Mutable version of ClientState. The class makes possible to change state of the SDK. Should only be used internally by the SDK.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit setUser(User user) Sets the User
      abstract Unit setConnectionState(ConnectionState connectionState) Sets the ConnectionState
      abstract Unit setInitializionState(InitializationState state) Sets initialized
      • Methods inherited from class io.getstream.chat.android.client.setup.state.ClientState

        clearState, getConnectionState, getInitializationState, getInitialized, getUser, isConnecting, isInitialized, isNetworkAvailable, isOffline, isOnline
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait