MetaPlatformSDK_ApplicationInvite

Inherits: RefCounted

Represents an application invite.

Description

Represents an application invite.

Properties

MetaPlatformSDK_Destination

destination

int

id

0

bool

is_active

false

String

lobby_session_id

""

String

match_session_id

""

MetaPlatformSDK_User

recipient


Property Descriptions

MetaPlatformSDK_Destination destination

This may be null, which indicates that the value is not present or that the curent app or user is not permitted to access it.


int id = 0

  • int get_id ( )

The ID of the application invite.


bool is_active = false

  • bool get_is_active ( )

A boolean value indicating whether the invite is still active or not.


String lobby_session_id = ""

  • String get_lobby_session_id ( )

The lobby session id to which the recipient is invited.


String match_session_id = ""

  • String get_match_session_id ( )

The match session id to which the recipient is invited.


MetaPlatformSDK_User recipient

This may be null, which indicates that the value is not present or that the curent app or user is not permitted to access it.