NetworkQuality

网络质量

此枚举定义了网络质量等级。

响应场景

质量描述
UNKNOWN0未知网络
EXCELLENT1极佳
GOOD2良好
POOR3较差
BAD4
VERY_BAD5极差
DOWN6中断

Entries

Link copied to clipboard

未知网络。

Link copied to clipboard

极佳。

Link copied to clipboard

良好。

Link copied to clipboard

较差。

Link copied to clipboard

差。

Link copied to clipboard

极差。

Link copied to clipboard

中断。

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val value: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.