| Name | Summary |
|---|---|
RichPresence | constructor() |
| Name | Summary |
|---|---|
Companion | object Companion |
| Name | Summary |
|---|---|
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. |