Class IOSConnectivityService

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javafx.beans.property.ReadOnlyBooleanProperty connectedProperty()
      A read-only property indicating whether there is data connectivity available or not.
      boolean isConnected()
      A boolean indicating whether there is data connectivity available or not.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IOSConnectivityService

        public IOSConnectivityService()
    • Method Detail

      • connectedProperty

        public javafx.beans.property.ReadOnlyBooleanProperty connectedProperty()
        Description copied from interface: ConnectivityService
        A read-only property indicating whether there is data connectivity available or not.
        Specified by:
        connectedProperty in interface ConnectivityService
        Returns:
        Property will be true if there is data connectivity, and false otherwise.
      • isConnected

        public boolean isConnected()
        Description copied from interface: ConnectivityService
        A boolean indicating whether there is data connectivity available or not.
        Specified by:
        isConnected in interface ConnectivityService
        Returns:
        Will be true if there is data connectivity, and false otherwise.