MetaPlatformSDK_ApplicationOptions
Inherits: RefCounted
Represents the options for launching an app.
Description
Represents the options for launching an app.
Methods
void |
set_deeplink_message ( String value ) |
void |
set_destination_api_name ( String value ) |
void |
set_lobby_session_id ( String value ) |
void |
set_match_session_id ( String value ) |
Method Descriptions
void set_deeplink_message ( String value )
A message to be passed to a launched app, which can be retrieved from MetaPlatformSDK.application_lifecycle_get_launch_details via the MetaPlatformSDK_LaunchDetails.deeplink_message property.
void set_destination_api_name ( String value )
If provided, the intended destination to be passed to the launched app.
void set_lobby_session_id ( String value )
If provided, the intended lobby where the launched app should take the user. All users with the same lobby_session_id should end up grouped together in the launched app.
void set_match_session_id ( String value )
If provided, the intended instance of the destination that a user should be launched into.