public class AndroidConnectivityService
extends java.lang.Object
implements com.gluonhq.charm.down.plugins.ConnectivityService
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>| Type | Property and Description |
|---|---|
javafx.beans.property.ReadOnlyBooleanProperty |
connected |
| Constructor and Description |
|---|
AndroidConnectivityService() |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ReadOnlyBooleanProperty |
connectedProperty() |
boolean |
isConnected()
Gets the value of the property connected.
|
public javafx.beans.property.ReadOnlyBooleanProperty connectedProperty
connectedProperty in interface com.gluonhq.charm.down.plugins.ConnectivityServiceisConnected()public javafx.beans.property.ReadOnlyBooleanProperty connectedProperty()
connectedProperty in interface com.gluonhq.charm.down.plugins.ConnectivityServiceisConnected()public boolean isConnected()
isConnected in interface com.gluonhq.charm.down.plugins.ConnectivityService