Package 

Enum Call.Score

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum Call.Score
    
                        

    An enum representing call quality score.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      FIVE

      Great call quality. No issues.

      FOUR

      Good call quality, minor issues.

      THREE

      Average call quality, manageable with some noise/minor packet loss.

      TWO

      Bad call quality, like choppy audio, periodic one-way-audio.

      ONE

      Terrible call quality, call dropped, or caused great difficulty in communicating.

      NOT_REPORTED

      No score reported.

    • Method Summary

      Modifier and Type Method Description
      int getValue()
      static Array<Call.Score> values()
      static Call.Score valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait