API reference
API reference
Select your platform
No SDKs available
No versions available

PerformanceLevel

PerformanceLevel

enum PerformanceLevel : Enum<PerformanceLevel>

Entries

NameSummary
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.

Properties

NameSummary
name
val name: String
ordinal
val ordinal: Int
value
val value: Int

Functions

NameSummary
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.
Did you find this page helpful?