MetaPlatformSDK_LaunchDetails
Inherits: RefCounted
Represents details about launching an app.
Description
Represents details about launching an app.
Properties
String |
|
|
String |
|
|
String |
|
|
|
||
String |
|
|
String |
|
|
String |
|
|
Property Descriptions
String deeplink_message = ""
String get_deeplink_message ( )
An opaque string provided by the developer to help them deeplink to content on app startup.
String destination_api_name = ""
String get_destination_api_name ( )
If provided, the intended destination the user would like to go to.
String launch_source = ""
String get_launch_source ( )
A string typically used to distinguish where the deeplink came from. For instance, a DEEPLINK launch type could be coming from events or rich presence.
LaunchType launch_type = 0
LaunchType get_launch_type ( )
A launch type that defines the different ways in which an application can be launched.
String lobby_session_id = ""
String get_lobby_session_id ( )
If provided, the intended lobby the user would like to be in.
String match_session_id = ""
String get_match_session_id ( )
If provided, the intended session the user would like to be in.
String tracking_id = ""
String get_tracking_id ( )
A unique identifer to keep track of a user going through the deeplinking flow.
MetaPlatformSDK_UserArray users
MetaPlatformSDK_UserArray get_users ( )
If provided, the intended users the user would like to be with.
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.