playfab_ex v0.2.0 PlayfabEx.Admin.TitleWideDataManagement
Link to this section Summary
Functions
Adds a new news item to the title’s news feed
Adds one or more virtual currencies to the set defined for the title. Virtual Currencies have a maximum value of 2,147,483,647 when granted to a player. Any value over that will be discarded
Deletes an existing virtual item store
Retrieves the specified version of the title’s catalog of virtual goods, including all defined properties
Retrieves the key-value store of custom publisher settings
Retrieves the random drop table configuration for the title
Retrieves the set of items defined for the specified store, including all prices defined
Retrieves the key-value store of custom title settings which can be read by the client
Retrieves the key-value store of custom title settings which cannot be read by the client
Retuns the list of all defined virtual currencies for the title
Removes one or more virtual currencies from the set defined for the title
Creates the catalog configuration of all virtual goods for the specified catalog version
Sets all the items in one virtual store
Creates and updates the key-value store of custom title settings which can be read by the client
Updates the key-value store of custom title settings which cannot be read by the client
Sets the Amazon Resource Name (ARN) for iOS and Android push notifications. Documentation on the exact restrictions can be found at: . Currently, Amazon device Messaging is not supported
Updates the random drop table configuration for the title
Updates an existing virtual item store with new or modified items
Link to this section Functions
Adds a new news item to the title’s news feed
add_virtual_currency_types(map()) :: {:ok, map()} | {:error, String.t()}
Adds one or more virtual currencies to the set defined for the title. Virtual Currencies have a maximum value of 2,147,483,647 when granted to a player. Any value over that will be discarded.
delete_store(map()) :: {:ok, map()} | {:error, String.t()}
Deletes an existing virtual item store
get_catalog_items(map()) :: {:ok, map()} | {:error, String.t()}
Retrieves the specified version of the title’s catalog of virtual goods, including all defined properties
get_publisher_data(map()) :: {:ok, map()} | {:error, String.t()}
Retrieves the key-value store of custom publisher settings
get_random_result_tables(map()) :: {:ok, map()} | {:error, String.t()}
Retrieves the random drop table configuration for the title
get_store_items(map()) :: {:ok, map()} | {:error, String.t()}
Retrieves the set of items defined for the specified store, including all prices defined
get_title_data(map()) :: {:ok, map()} | {:error, String.t()}
Retrieves the key-value store of custom title settings which can be read by the client
get_title_internal_data(map()) :: {:ok, map()} | {:error, String.t()}
Retrieves the key-value store of custom title settings which cannot be read by the client
list_virtual_currency_types(map()) :: {:ok, map()} | {:error, String.t()}
Retuns the list of all defined virtual currencies for the title
remove_virtual_currency_types(map()) :: {:ok, map()} | {:error, String.t()}
Removes one or more virtual currencies from the set defined for the title.
set_catalog_items(map()) :: {:ok, map()} | {:error, String.t()}
Creates the catalog configuration of all virtual goods for the specified catalog version
set_store_items(map()) :: {:ok, map()} | {:error, String.t()}
Sets all the items in one virtual store
set_title_data(map()) :: {:ok, map()} | {:error, String.t()}
Creates and updates the key-value store of custom title settings which can be read by the client
set_title_internal_data(map()) :: {:ok, map()} | {:error, String.t()}
Updates the key-value store of custom title settings which cannot be read by the client
setup_push_notification(map()) :: {:ok, map()} | {:error, String.t()}
Sets the Amazon Resource Name (ARN) for iOS and Android push notifications. Documentation on the exact restrictions can be found at: . Currently, Amazon device Messaging is not supported.
update_catalog_items(map()) :: {:ok, map()} | {:error, String.t()}
Updates the random drop table configuration for the title
update_random_result_tables(map()) :: {:ok, map()} | {:error, String.t()}
Updates an existing virtual item store with new or modified items
update_store_items(map()) :: {:ok, map()} | {:error, String.t()}