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
Adds a new news item to the title’s news feed
@link https://api.playfab.com/documentation/admin/method/AddNews
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
delete_store(map()) :: {:ok, map()} | {:error, String.t()}
Deletes an existing virtual item store
@link https://api.playfab.com/documentation/admin/method/DeleteStore
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
update_store_items(map()) :: {:ok, map()} | {:error, String.t()}
@link https://api.playfab.com/documentation/admin/method/UpdateStoreItems