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

RichPresence

Updated: Aug 26, 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.
setDestination
suspend fun setDestination(apiName: String)
The API has been deprecated. Please use GroupPresence.set_destination() instead.
setIsJoinable
suspend fun setIsJoinable(isJoinable: Boolean)
The API has been deprecated. Please use GroupPresence.set_is_joinable() instead.
setLobbySession
suspend fun setLobbySession(id: String)
The API has been deprecated. Please use GroupPresence.set_lobby_session() instead.
setMatchSession
suspend fun setMatchSession(id: String)
The API has been deprecated. Please use GroupPresence.set_match_session() instead.

Companion

object Companion
Did you find this page helpful?
Thumbs up icon
Thumbs down icon