|
966 | 966 | If successful, obtain the result by calling [method MetaPlatformSDK_Message.get_party] or accessing the [member MetaPlatformSDK_Message.data] property, which will be a [MetaPlatformSDK_Party] in this case. |
967 | 967 | </description> |
968 | 968 | </method> |
| 969 | + <method name="push_notification_register_async"> |
| 970 | + <return type="MetaPlatformSDK_Request" /> |
| 971 | + <description> |
| 972 | + Register the device to receive push notifications. The registered notification ID can be fetched from [member MetaPlatformSDK_PushNotificationResult.id]. |
| 973 | + Returns a [MetaPlatformSDK_Request] which will emit the [signal MetaPlatformSDK_Request.completed] signal on completion with a [MetaPlatformSDK_Message] object. |
| 974 | + First call [method MetaPlatformSDK_Message.is_error] to check if the request resulted in an error, or was successful. |
| 975 | + If successful, obtain the result by calling [method MetaPlatformSDK_Message.get_push_notification_result] or accessing the [member MetaPlatformSDK_Message.data] property, which will be a [MetaPlatformSDK_PushNotificationResult] in this case. |
| 976 | + </description> |
| 977 | + </method> |
969 | 978 | <method name="rich_presence_get_destinations_async"> |
970 | 979 | <return type="MetaPlatformSDK_Request" /> |
971 | 980 | <description> |
|
1033 | 1042 | If successful, obtain the result by calling [method MetaPlatformSDK_Message.get_blocked_user_array] or accessing the [member MetaPlatformSDK_Message.data] property, which will be a [MetaPlatformSDK_BlockedUserArray] in this case. |
1034 | 1043 | </description> |
1035 | 1044 | </method> |
| 1045 | + <method name="user_get_linked_accounts_async"> |
| 1046 | + <return type="MetaPlatformSDK_Request" /> |
| 1047 | + <param index="0" name="user_options" type="MetaPlatformSDK_UserOptions" /> |
| 1048 | + <description> |
| 1049 | + Gets a list of linked accounts that are associated with the specified service providers. |
| 1050 | + - [param user_options]: Options for which services providers should be retrieved. |
| 1051 | + Returns a [MetaPlatformSDK_Request] which will emit the [signal MetaPlatformSDK_Request.completed] signal on completion with a [MetaPlatformSDK_Message] object. |
| 1052 | + First call [method MetaPlatformSDK_Message.is_error] to check if the request resulted in an error, or was successful. |
| 1053 | + If successful, obtain the result by calling [method MetaPlatformSDK_Message.get_linked_account_array] or accessing the [member MetaPlatformSDK_Message.data] property, which will be a [MetaPlatformSDK_LinkedAccountArray] in this case. |
| 1054 | + </description> |
| 1055 | + </method> |
1036 | 1056 | <method name="user_get_logged_in_user_async"> |
1037 | 1057 | <return type="MetaPlatformSDK_Request" /> |
1038 | 1058 | <description> |
|
1613 | 1633 | <constant name="MESSAGE_PARTY_GET_CURRENT" value="1200830304" enum="MessageType"> |
1614 | 1634 | Indicates [method MetaPlatformSDK_Message.get_party] should be called to get the message payload. |
1615 | 1635 | </constant> |
| 1636 | + <constant name="MESSAGE_PUSH_NOTIFICATION_REGISTER" value="1715112799" enum="MessageType"> |
| 1637 | + Indicates [method MetaPlatformSDK_Message.get_push_notification_result] should be called to get the message payload. |
| 1638 | + </constant> |
1616 | 1639 | <constant name="MESSAGE_RICH_PRESENCE_CLEAR" value="1471632051" enum="MessageType"> |
1617 | 1640 | Indicates [method MetaPlatformSDK_Message.is_success] should be called to get the message payload. |
1618 | 1641 | </constant> |
|
1640 | 1663 | <constant name="MESSAGE_USER_GET_BLOCKED_USERS" value="2099254614" enum="MessageType"> |
1641 | 1664 | Indicates [method MetaPlatformSDK_Message.get_blocked_user_array] should be called to get the message payload. |
1642 | 1665 | </constant> |
| 1666 | + <constant name="MESSAGE_USER_GET_LINKED_ACCOUNTS" value="1469314134" enum="MessageType"> |
| 1667 | + Indicates [method MetaPlatformSDK_Message.get_linked_account_array] should be called to get the message payload. |
| 1668 | + </constant> |
1643 | 1669 | <constant name="MESSAGE_USER_GET_LOGGED_IN_USER" value="1131361373" enum="MessageType"> |
1644 | 1670 | Indicates [method MetaPlatformSDK_Message.get_user] should be called to get the message payload. |
1645 | 1671 | </constant> |
|
0 commit comments