Class NetworkDiagnosticValues


  • public final class NetworkDiagnosticValues
    extends Object
    Represents an object where all the latest diagnostics values for network diagnostic.
    • Method Detail

      • finalize

        protected void finalize()
        Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
        Overrides:
        finalize in class Object
      • getLastUpdatedAt

        public Date getLastUpdatedAt()
        Last updated time of any diagnostic property.
      • isNetworkUnavailable

        public Boolean isNetworkUnavailable()
        Get value for `NO_NETWORK` if available. Otherwise `null` is returned.
      • isNetworkRelaysUnreachable

        public Boolean isNetworkRelaysUnreachable()
        Get value for `NETWORK_RELAYS_NOT_REACHABLE` if available. Otherwise `null` is returned.
      • getNetworkReconnectionQuality

        public DiagnosticQuality getNetworkReconnectionQuality()
        Get value for `NETWORK_RECONNECT` if available. Otherwise `UNKNOWN` is returned.
      • getNetworkReceiveQuality

        public DiagnosticQuality getNetworkReceiveQuality()
        Get value for `NETWORK_RECEIVE_QUALITY` if available. Otherwise `UNKNOWN` is returned.
      • getNetworkSendQuality

        public DiagnosticQuality getNetworkSendQuality()
        Get value for `NETWORK_SEND_QUALITY` if available. Otherwise `UNKNOWN` is returned.