| Package | Description |
|---|---|
| com.rapidclipse.framework.server.webapi.network |
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.flow.shared.Registration |
Network.addNetworkInformationListener(com.vaadin.flow.function.SerializableConsumer<NetworkInformation> listener)
Add a listener that will be notified when the network information of the current device has
changed.
|
static void |
Network.getNetworkInformation(Consumer<NetworkInformation> callback)
Gather network information from the device and send it to the server via the onInformationReceived
callback.
|
Copyright © 2020 XDEV Software Corp.. All rights reserved.