class RichPresence
RichPresence
()
|
Signature
constructor() Returns
RichPresence
|
clear
()
DeprecatedGroupPresence.clear() |
The API has been deprecated. Please use GroupPresence.clear() instead.
Signature
suspend fun clear() |
getDestinations
(
coroutineScope
)
|
Gets all the Destination that the presence can be set to
Signature
fun getDestinations(coroutineScope: CoroutineScope): PagedResults<Destination> Parameters
coroutineScope:
CoroutineScope
Returns
PagedResults
|
set
(
richPresenceOptions
)
DeprecatedGroupPresence.set() |
The API has been deprecated. Please use GroupPresence.set() instead.
Signature
suspend fun set(richPresenceOptions: RichPresenceOptions) Parameters
richPresenceOptions:
RichPresenceOptions
|