MetaPlatformSDK_Destination
Inherits: RefCounted
Represents an app destination.
Description
Represents an app destination.
Properties
String |
|
|
String |
|
|
String |
|
|
String |
|
Property Descriptions
String api_name = ""
String get_api_name ( )
Pass it into MetaPlatformSDK_GroupPresenceOptions.set_destination_api_name when calling MetaPlatformSDK.group_presence_set_async to set this user's group presence.
String deeplink_message = ""
String get_deeplink_message ( )
The information that will be in MetaPlatformSDK_LaunchDetails.deeplink_message when a user enters via deeplink. Alternatively will be in MetaPlatformSDK_User.presence_deeplink_message if the rich presence is set for the user.
String display_name = ""
String get_display_name ( )
A displayable string of the destination name.
String get_shareable_uri ( )
A URL that allows the user to deeplink directly to this destination.