-
public class ConnectionLiveData.ConnectionModel
-
-
Field Summary
Fields Modifier and Type Field Description private inttypeprivate booleanisConnected
-
Constructor Summary
Constructors Constructor Description ConnectionLiveData.ConnectionModel(int type, boolean isConnected)
-
Method Summary
Modifier and Type Method Description intgetType()booleangetIsConnected()-
-
Method Detail
-
getType
int getType()
-
getIsConnected
boolean getIsConnected()
-
-
-
-