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

RichPresence

Updated: Oct 30, 2025

RichPresence

class RichPresence
Rich Presence has been deprecated in favor of Group Presence.

Constructors

NameSummary
RichPresence
constructor()

Types

NameSummary
Companion
object Companion

Functions

NameSummary
clear
suspend fun clear()
The API has been deprecated. Please use GroupPresence.clear() instead.
getDestinations
fun getDestinations(coroutineScope: CoroutineScope): PagedResults<Destination>
Gets all the horizon.platform.richpresence.models.Destination that the presence can be set to
set
suspend fun set(richPresenceOptions: RichPresenceOptions)
The API has been deprecated. Please use GroupPresence.set() instead.

Companion

object Companion