MetaPlatformSDK_Destination

Inherits: RefCounted

Represents an app destination.

Description

Represents an app destination.

Properties

String

api_name

""

String

deeplink_message

""

String

display_name

""

String

shareable_uri

""


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 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 shareable_uri = ""

  • String get_shareable_uri ( )

A URL that allows the user to deeplink directly to this destination.