enum PerformanceLevel : Enum<PerformanceLevel>
| Name | Summary |
|---|---|
BOOST_HINT Send a hint to boost to maximum performance. This is not a guarantee and the system reserves the right to ignore this request. This can only boost for a maximum of 45s and has required cooldown periods in between usage. |
| Name | Summary |
|---|---|
name | val name: String |
ordinal | val ordinal: Int |
value | val value: Int |
| Name | Summary |
|---|---|
valueOf | fun valueOf(value: String): PerformanceLevel 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.) |
values | fun values(): Array<PerformanceLevel> Returns an array containing the constants of this enum type, in the order they’re declared. |