playfab_ex v0.2.2 PlayfabEx.Admin.Default.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

@link https://api.playfab.com/documentation/admin/method/AddNews

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.

@link https://api.playfab.com/documentation/admin/method/AddVirtualCurrencyTypes

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

Deletes an existing virtual item store

@link https://api.playfab.com/documentation/admin/method/DeleteStore

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

@link https://api.playfab.com/documentation/admin/method/GetCatalogItems

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

@link https://api.playfab.com/documentation/admin/method/GetPublisherData

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

@link https://api.playfab.com/documentation/admin/method/GetRandomResultTables

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

@link https://api.playfab.com/documentation/admin/method/GetStoreItems

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

@link https://api.playfab.com/documentation/admin/method/GetTitleData

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

@link https://api.playfab.com/documentation/admin/method/GetTitleInternalData

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

@link https://api.playfab.com/documentation/admin/method/ListVirtualCurrencyTypes

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.

@link https://api.playfab.com/documentation/admin/method/RemoveVirtualCurrencyTypes

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

@link https://api.playfab.com/documentation/admin/method/SetCatalogItems

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

@link https://api.playfab.com/documentation/admin/method/SetStoreItems

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

@link https://api.playfab.com/documentation/admin/method/SetTitleData

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

@link https://api.playfab.com/documentation/admin/method/SetTitleInternalData

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.

@link https://api.playfab.com/documentation/admin/method/SetupPushNotification

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

@link https://api.playfab.com/documentation/admin/method/UpdateCatalogItems

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

@link https://api.playfab.com/documentation/admin/method/UpdateRandomResultTables

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

@link https://api.playfab.com/documentation/admin/method/UpdateStoreItems