Package com.facebook.openwifi.rrm
Interface DeviceDataManager.ZoneConfigFunction
-
- Enclosing class:
- DeviceDataManager
public static interface DeviceDataManager.ZoneConfigFunction
Device zone config layer update interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(Map<String,DeviceConfig> zoneConfig)
Update the zone config layer.
-
-
-
Method Detail
-
update
void update(Map<String,DeviceConfig> zoneConfig)
Update the zone config layer.
-
-