Class ProviderStatus

java.lang.Object
com.openfin.desktop.JsonBean
com.openfin.desktop.notifications.ProviderStatus

public class ProviderStatus
extends JsonBean
Status object returned by the Provider.
Author:
Anthony
  • Constructor Details

    • ProviderStatus

      public ProviderStatus​(org.json.JSONObject jsonObject)
  • Method Details

    • isConnected

      public boolean isConnected()
      The current connection status from the Client to the Provider.
      Returns:
      true if connected to the provider.
    • getVersion

      public java.lang.String getVersion()
      Get the version number of the Provider.
      Returns:
      The version number of the Provider. If the Provider is not connected, this will be null.