API reference

ApplicationInviteArray Interface

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 User.presenceLobbySessionId and User.presenceMatchSessionId from the inviter's viewer context.

Signature

interface ApplicationInviteArray

Properties

applicationInvites : List
[Get]
Signature
abstract val applicationInvites: List<ApplicationInvite>
cursorAfter : String?
[Get]
Signature
abstract val cursorAfter: String?
cursorBefore : String?
[Get]
Signature
abstract val cursorBefore: String?
json : String
[Get]
Signature
open val json: String
nextUrl : String?
[Get]
Signature
abstract val nextUrl: String?
previousUrl : String?
[Get]
Signature
abstract val previousUrl: String?