Package 

Class ConnectionLiveData.ConnectionModel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int type
      private boolean isConnected
    • Constructor Summary

      Constructors 
      Constructor Description
      ConnectionModel(int type, boolean isConnected)
    • Method Summary

      Modifier and Type Method Description
      int getType()
      boolean getIsConnected()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConnectionModel

        ConnectionModel(int type, boolean isConnected)