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

Link to this function add_news(params)
add_news(map()) :: {:ok, map()} | {:error, String.t()}

Adds a new news item to the title’s news feed

online docs

Link to this function add_virtual_currency_types(params)
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.

online docs

Link to this function delete_store(params)
delete_store(map()) :: {:ok, map()} | {:error, String.t()}

Deletes an existing virtual item store

online docs

Link to this function get_catalog_items(params)
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

online docs

Link to this function get_publisher_data(params)
get_publisher_data(map()) :: {:ok, map()} | {:error, String.t()}

Retrieves the key-value store of custom publisher settings

online docs

Link to this function get_random_result_tables(params)
get_random_result_tables(map()) :: {:ok, map()} | {:error, String.t()}

Retrieves the random drop table configuration for the title

online docs

Link to this function get_store_items(params)
get_store_items(map()) :: {:ok, map()} | {:error, String.t()}

Retrieves the set of items defined for the specified store, including all prices defined

online docs

Link to this function get_title_data(params)
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

online docs

Link to this function get_title_internal_data(params)
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

online docs

Link to this function list_virtual_currency_types(params)
list_virtual_currency_types(map()) ::
  {:ok, map()} |
  {:error, String.t()}

Retuns the list of all defined virtual currencies for the title

online docs

Link to this function remove_virtual_currency_types(params)
remove_virtual_currency_types(map()) ::
  {:ok, map()} |
  {:error, String.t()}

Removes one or more virtual currencies from the set defined for the title.

online docs

Link to this function set_catalog_items(params)
set_catalog_items(map()) :: {:ok, map()} | {:error, String.t()}

Creates the catalog configuration of all virtual goods for the specified catalog version

online docs

Link to this function set_store_items(params)
set_store_items(map()) :: {:ok, map()} | {:error, String.t()}

Sets all the items in one virtual store

online docs

Link to this function set_title_data(params)
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

online docs

Link to this function set_title_internal_data(params)
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

online docs

Link to this function setup_push_notification(params)
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.

online docs

Link to this function update_catalog_items(params)
update_catalog_items(map()) :: {:ok, map()} | {:error, String.t()}

Updates the random drop table configuration for the title

online docs

Link to this function update_random_result_tables(params)
update_random_result_tables(map()) ::
  {:ok, map()} |
  {:error, String.t()}

Updates an existing virtual item store with new or modified items

online docs

Link to this function update_store_items(params)
update_store_items(map()) :: {:ok, map()} | {:error, String.t()}

online docs