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

ApplicationInviteArray

Updated: Oct 30, 2025

ApplicationInviteArray

interface ApplicationInviteArray
An Application Invite contains information about the invite, including the application ID, destination, activity status, the lobby session id, the match session id, and recipient’s user id or user alias. If the invite is generated from rich presence, the lobby/match session id will be auto populated by calling horizon.platform.users.models.User.presenceLobbySessionId and horizon.platform.users.models.User.presenceMatchSessionId from the inviter’s viewer context.

Properties

NameSummary
applicationInvites
abstract val applicationInvites: List<ApplicationInvite>
cursorAfter
abstract val cursorAfter: String?
cursorBefore
abstract val cursorBefore: String?
json
open val json: String
nextUrl
abstract val nextUrl: String?
previousUrl
abstract val previousUrl: String?