Class ProviderStatus


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

      • ProviderStatus

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

      • 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.