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

RosterOptions

Updated: Aug 26, 2025

RosterOptions

data class RosterOptions(var suggestedUsers: MutableList<String> = mutableListOf())
The roster option, to be passed into horizon.platform.grouppresence.GroupPresence.launchRosterPanel which is used to launch the panel displaying the current users in the roster/party. You can read more about rosters in our docs.

Constructors

NameSummary
RosterOptions
constructor(suggestedUsers: MutableList<String> = mutableListOf())

Properties

NameSummary
suggestedUsers
var suggestedUsers: MutableList<String>
Passing in these users will add them to the invitable users list. From the horizon.platform.grouppresence.GroupPresence.launchRosterPanel, the horizon.platform.users.models.User can open the invite list, where the suggested users will be added.

Functions

NameSummary
addSuggestedUser
fun addSuggestedUser(value: String)
clearSuggestedUsers
fun clearSuggestedUsers()
Did you find this page helpful?
Thumbs up icon
Thumbs down icon