playfab_ex v0.2.0 PlayfabEx.Server.Default.TitleWideDataManagement
Link to this section Summary
Functions
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 current server time
Retrieves the key-value store of custom title settings
Retrieves the key-value store of custom internal title settings
Retrieves the title news feed, as configured in the developer portal
Updates the key-value store of custom publisher settings
Updates the key-value store of custom title settings
Updates the key-value store of custom title settings
Link to this section Functions
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/server/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/server/method/GetPublisherData
Retrieves the current server time
@link https://api.playfab.com/documentation/server/method/GetTime
get_title_data(map()) :: {:ok, map()} | {:error, String.t()}
Retrieves the key-value store of custom title settings
@link https://api.playfab.com/documentation/server/method/GetTitleData
get_title_internal_data(map()) :: {:ok, map()} | {:error, String.t()}
Retrieves the key-value store of custom internal title settings
@link https://api.playfab.com/documentation/server/method/GetTitleInternalData
get_title_news(map()) :: {:ok, map()} | {:error, String.t()}
Retrieves the title news feed, as configured in the developer portal
@link https://api.playfab.com/documentation/server/method/GetTitleNews
set_publisher_data(map()) :: {:ok, map()} | {:error, String.t()}
Updates the key-value store of custom publisher settings
@link https://api.playfab.com/documentation/server/method/SetPublisherData
set_title_data(map()) :: {:ok, map()} | {:error, String.t()}
Updates the key-value store of custom title settings
@link https://api.playfab.com/documentation/server/method/SetTitleData
set_title_internal_data(map()) :: {:ok, map()} | {:error, String.t()}
Updates the key-value store of custom title settings
@link https://api.playfab.com/documentation/server/method/SetTitleInternalData