Package 

Class ConnectionLiveData.ConnectionModel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int type
      private 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

      • ConnectionLiveData.ConnectionModel

        ConnectionLiveData.ConnectionModel(int type, boolean isConnected)