-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum NetworkQualityVerbosityThe verbosity level of Network Quality information for a Participant.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NETWORK_QUALITY_VERBOSITY_NONENothing is reported for the Participant. This is not a valid option for the .
NETWORK_QUALITY_VERBOSITY_MINIMALReports only the NetworkQualityLevel for the Participant.
-
Method Summary
Modifier and Type Method Description static Array<NetworkQualityVerbosity>values()static NetworkQualityVerbosityvalueOf(String name)-
-
Method Detail
-
values
static Array<NetworkQualityVerbosity> values()
-
valueOf
static NetworkQualityVerbosity valueOf(String name)
-
-
-
-