Skip to content

elements_application

Francisco Dias edited this page Aug 20, 2026 · 1 revision

Application

The Application endpoints.

Functions

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.



Back To Top

elements_create_application

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:

Callback

Key Type Description
_status Real
_data ElementsApplication or Undefined
_request ElementsRequest


Back To Top

elements_create_facebook_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsFacebookApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_create_firebase_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsFirebaseApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_create_google_play_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsGooglePlayApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_create_ios_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsIosApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_create_matchmaking_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsMatchmakingApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_create_oculus_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsOculusApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_create_psn_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsPSNApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_create_steam_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsSteamApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_delete_application

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:

Callback

Key Type Description
_status Real
_data Any
_request ElementsRequest


Back To Top

elements_delete_facebook_application_configuration

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:

Callback

Key Type Description
_status Real
_data Any
_request ElementsRequest


Back To Top

elements_delete_firebase_application_configuration

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:

Callback

Key Type Description
_status Real
_data Any
_request ElementsRequest


Back To Top

elements_delete_google_play_application_configuration

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:

Callback

Key Type Description
_status Real
_data Any
_request ElementsRequest


Back To Top

elements_delete_ios_application_configuration

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:

Callback

Key Type Description
_status Real
_data Any
_request ElementsRequest


Back To Top

elements_delete_matchmaking_application_configuration

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:

Callback

Key Type Description
_status Real
_data Any
_request ElementsRequest


Back To Top

elements_delete_oculus_application_configuration

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:

Callback

Key Type Description
_status Real
_data Any
_request ElementsRequest


Back To Top

elements_delete_psn_application_configuration

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:

Callback

Key Type Description
_status Real
_data Any
_request ElementsRequest


Back To Top

elements_delete_steam_application_configuration

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:

Callback

Key Type Description
_status Real
_data Any
_request ElementsRequest


Back To Top

elements_get_application

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:

Callback

Key Type Description
_status Real
_data ElementsApplication or Undefined
_request ElementsRequest


Back To Top

elements_get_application_profiles

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:

Callback

Key Type Description
_status Real
_data ElementsPaginationApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_get_applications

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:

Callback

Key Type Description
_status Real
_data ElementsPaginationApplication or Undefined
_request ElementsRequest


Back To Top

elements_get_facebook_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsFacebookApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_get_firebase_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsFirebaseApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_get_google_play_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsGooglePlayApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_get_ios_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsIosApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_get_matchmaking_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsMatchmakingApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_get_oculus_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsOculusApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_get_psn_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsPSNApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_get_steam_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsSteamApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_update_application

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:

Callback

Key Type Description
_status Real
_data ElementsApplication or Undefined
_request ElementsRequest


Back To Top

elements_update_facebook_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsFacebookApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_update_firebase_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsFirebaseApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_update_google_play_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsGooglePlayApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_update_ios_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsIosApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_update_matchmaking_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsMatchmakingApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_update_oculus_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsOculusApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_update_product_bundle_for_google_play_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_update_product_bundle_for_ios_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_update_psn_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsPSNApplicationConfiguration or Undefined
_request ElementsRequest


Back To Top

elements_update_steam_application_configuration

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:

Callback

Key Type Description
_status Real
_data ElementsSteamApplicationConfiguration or Undefined
_request ElementsRequest


Clone this wiki locally