-
Notifications
You must be signed in to change notification settings - Fork 1
elements_application
The Application endpoints.
This module offers a collection of functions designed to address specific tasks and provide utilities for various purposes. Explore the available functions to make the most of the functionalities provided by this module.
- elements_create_application
- elements_create_facebook_application_configuration
- elements_create_firebase_application_configuration
- elements_create_google_play_application_configuration
- elements_create_ios_application_configuration
- elements_create_matchmaking_application_configuration
- elements_create_oculus_application_configuration
- elements_create_psn_application_configuration
- elements_create_steam_application_configuration
- elements_delete_application
- elements_delete_facebook_application_configuration
- elements_delete_firebase_application_configuration
- elements_delete_google_play_application_configuration
- elements_delete_ios_application_configuration
- elements_delete_matchmaking_application_configuration
- elements_delete_oculus_application_configuration
- elements_delete_psn_application_configuration
- elements_delete_steam_application_configuration
- elements_get_application
- elements_get_application_profiles
- elements_get_applications
- elements_get_facebook_application_configuration
- elements_get_firebase_application_configuration
- elements_get_google_play_application_configuration
- elements_get_ios_application_configuration
- elements_get_matchmaking_application_configuration
- elements_get_oculus_application_configuration
- elements_get_psn_application_configuration
- elements_get_steam_application_configuration
- elements_update_application
- elements_update_facebook_application_configuration
- elements_update_firebase_application_configuration
- elements_update_google_play_application_configuration
- elements_update_ios_application_configuration
- elements_update_matchmaking_application_configuration
- elements_update_oculus_application_configuration
- elements_update_product_bundle_for_google_play_application_configuration
- elements_update_product_bundle_for_ios_application_configuration
- elements_update_psn_application_configuration
- elements_update_steam_application_configuration
Gets the metadata for a single application. This may include more specific details not available in the bulk-get or fetch operation.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_create_application(_body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _body | ElementsCreateApplicationRequest | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsApplication or Undefined | |
| _request | ElementsRequest |
Creates a new Facebook ApplicationConfiguration with the specific ID or application.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_create_facebook_application_configuration(_application_name_or_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _body | ElementsFacebookApplicationConfiguration | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsFacebookApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Creates a new Firebase ApplicationConfiguration with the specific ID or application.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_create_firebase_application_configuration(_application_name_or_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _body | ElementsFirebaseApplicationConfiguration | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsFirebaseApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Creates a new GooglePlay ApplicationConfiguration with the specific ID or application.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_create_google_play_application_configuration(_application_name_or_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _body | ElementsGooglePlayApplicationConfiguration | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsGooglePlayApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Creates a new iOS ApplicationConfiguration with the specific ID or application.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_create_ios_application_configuration(_application_name_or_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _body | ElementsIosApplicationConfiguration | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsIosApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Creates a new iOS ApplicationConfiguration with the specific ID or application.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_create_matchmaking_application_configuration(_application_name_or_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _body | ElementsMatchmakingApplicationConfiguration | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsMatchmakingApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Creates a new Oculus ApplicationConfiguration with the specific ID or application.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_create_oculus_application_configuration(_application_name_or_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _body | ElementsOculusApplicationConfiguration | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsOculusApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Creates a new PSN ApplicationConfiguration with the specific ID or application.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_create_psn_application_configuration(_application_name_or_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _body | ElementsPSNApplicationConfiguration | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsPSNApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Creates a new Steam ApplicationConfiguration for the specified application.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_create_steam_application_configuration(_application_name_or_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _body | ElementsSteamApplicationConfiguration | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsSteamApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Deletes a specific application known to the server.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_delete_application(_name_or_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _name_or_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | Any | |
| _request | ElementsRequest |
Deletes an existing Facebook Application profile if it is known to the server.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_delete_facebook_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | Any | |
| _request | ElementsRequest |
Deletes an existing Firebase Application profile if it is known to the server.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_delete_firebase_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | Any | |
| _request | ElementsRequest |
Deletes an existing Google Play Application profile if it is known to the server.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_delete_google_play_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | Any | |
| _request | ElementsRequest |
Deletes an existing iOS Application profile if it is known to the server.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_delete_ios_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | Any | |
| _request | ElementsRequest |
Deletes an existing iOS Application profile if it is known to the server.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_delete_matchmaking_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | Any | |
| _request | ElementsRequest |
Deletes an existing Oculus Application profile if it is known to the server.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_delete_oculus_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | Any | |
| _request | ElementsRequest |
Deletes an existing PSN Application profile if it is known to the server.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_delete_psn_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | Any | |
| _request | ElementsRequest |
Deletes an existing Steam application configuration if it is known to the server.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_delete_steam_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | Any | |
| _request | ElementsRequest |
Gets the metadata for a single application. This may include more specific details not available in the bulk-get or fetch operation.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_application(_name_or_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _name_or_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsApplication or Undefined | |
| _request | ElementsRequest |
Searches all instances of ApplicationProfiles associated with the application. The search query may be a full text search.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_application_profiles(_application_name_or_id, _offset=undefined, _count=undefined, _search=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _offset | Real | |
| _count | Real | |
| _search | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsPaginationApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Performs a full-text search of all applications known to the server. As with other full-text endpoints this allows for pagination and offset.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_applications(_offset=undefined, _count=undefined, _search=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _offset | Real | |
| _count | Real | |
| _search | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsPaginationApplication or Undefined | |
| _request | ElementsRequest |
Gets a single Facebook application based on unique name or ID.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_facebook_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsFacebookApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Gets a single Firebase application based on unique name or ID.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_firebase_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsFirebaseApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Gets a single Google Play application based on unique name or ID.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_google_play_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsGooglePlayApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Gets a single iOS application based on unique name or ID.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_ios_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsIosApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Gets a single iOS application based on unique name or ID.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_matchmaking_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsMatchmakingApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Gets a single Oculus application based on unique name or ID.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_oculus_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsOculusApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Gets a single PSN application based on unique name or ID.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_psn_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsPSNApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Gets a single Steam application configuration based on unique name or ID.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_get_steam_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsSteamApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Performs an update to an existing application known to the server.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_update_application(_name_or_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _name_or_id | String | |
| _body | ElementsUpdateApplicationRequest | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsApplication or Undefined | |
| _request | ElementsRequest |
Updates an existing Facebook Application profile if it is known to the server.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_update_facebook_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _body | ElementsFacebookApplicationConfiguration | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsFacebookApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Updates an existing Firebase Application profile if it is known to the server.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_update_firebase_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _body | ElementsFirebaseApplicationConfiguration | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsFirebaseApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Updates an existing Google Play Application profile if it is known to the server.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_update_google_play_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _body | ElementsGooglePlayApplicationConfiguration | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsGooglePlayApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Updates an existing iOS Application profile if it is known to the server.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_update_ios_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _body | ElementsIosApplicationConfiguration | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsIosApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Updates an existing iOS Application profile if it is known to the server.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_update_matchmaking_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _body | ElementsMatchmakingApplicationConfiguration | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsMatchmakingApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Updates an existing Oculus Application profile if it is known to the server.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_update_oculus_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _body | ElementsOculusApplicationConfiguration | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsOculusApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Updates the ProductBundle for the given ApplicationConfiguration
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_update_product_bundle_for_google_play_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _body | Array of ElementsProductBundle | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Updates the ProductBundle for the given ApplicationConfiguration
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_update_product_bundle_for_ios_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _body | Array of ElementsProductBundle | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Updates an existing PSN Application profile if it is known to the server.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_update_psn_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _body | ElementsPSNApplicationConfiguration | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsPSNApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
Updates an existing Steam application configuration if it is known to the server.
This function operates asynchronously, which means that it does not immediately return the requested result. Instead, upon completion of the task, it will trigger the Callback.
Syntax:
elements_update_steam_application_configuration(_application_name_or_id, _application_configuration_name_or_id, _body=undefined, _callback=undefined)
| Argument | Type | Description |
|---|---|---|
| _application_name_or_id | String | |
| _application_configuration_name_or_id | String | |
| _body | ElementsSteamApplicationConfiguration | The body to be included in the http request. |
| _callback | Function | Callback with signature (status, data, request). |
Returns:
N/A
Triggers:
| Key | Type | Description |
|---|---|---|
| _status | Real | |
| _data | ElementsSteamApplicationConfiguration or Undefined | |
| _request | ElementsRequest |
GameMaker 2026
- Application
- Auth
- Auth Scheme
- Blockchain
- Codegen
- Deployment
- Elements
- Elm
- Followee
- Follower
- Friend
- Health
- Index
- Inventory
- Invite
- Ios
- Item
- Large Object
- Large Object Mp
- Leaderboard
- Meta
- Metadata
- Metadata Spec
- Mission
- Mock Session
- Multi Match
- Notification
- Oidc
- Product
- Profile
- Progress
- Rank
- Receipt
- Reward Issuance
- Save Data
- Schedule
- Score
- Session
- Signup
- Steam
- User
- Verify
- Version