-
public final class RegionViewModel extends ViewModel
-
-
Field Summary
Fields Modifier and Type Field Description private final MutableLiveData<Integer>
regionState
private final MutableLiveData<Collection<Beacon>>
rangedBeacons
-
Constructor Summary
Constructors Constructor Description RegionViewModel()
-
Method Summary
Modifier and Type Method Description final MutableLiveData<Integer>
getRegionState()
final MutableLiveData<Collection<Beacon>>
getRangedBeacons()
-
-
Method Detail
-
getRegionState
final MutableLiveData<Integer> getRegionState()
-
getRangedBeacons
final MutableLiveData<Collection<Beacon>> getRangedBeacons()
-
-
-
-