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

RichPresenceExtraContext

Updated: Aug 26, 2025

RichPresenceExtraContext

@Serializable
enum RichPresenceExtraContext : Enum<RichPresenceExtraContext>
Display extra information about the user’s presence

Entries

NameSummary
@SerialName(value = "UNKNOWN")
Unknown
Represents that the RichPresenceExtraContext is unknown.
@SerialName(value = "NONE")
None
Display nothing
@SerialName(value = "CURRENT_CAPACITY")
CurrentCapacity
Display the current amount with the user over the max
@SerialName(value = "STARTED_AGO")
StartedAgo
Display how long ago the match/game/race/etc started
@SerialName(value = "ENDING_IN")
EndingIn
Display how soon the match/game/race/etc will end
@SerialName(value = "LOOKING_FOR_A_MATCH")
LookingForAMatch
Display that this user is looking for a match

Properties

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

Functions

NameSummary
valueOf
fun valueOf(value: String): RichPresenceExtraContext
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<RichPresenceExtraContext>
Returns an array containing the constants of this enum type, in the order they’re declared.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon