Метод | Описание | |
---|---|---|
AddNews ( |
Adds a new news item to the title's news feed
|
|
AddPlayerTag ( |
Adds a given tag to a player profile. The tag's namespace is automatically generated based on the source of the tag.
|
|
AddServerBuild ( |
Adds the game server executable specified (previously uploaded - see GetServerBuildUploadUrl) to the set of those a client is permitted to request in a call to StartGame
|
|
AddUserVirtualCurrency ( |
Increments the specified virtual currency by the stated amount
|
|
AddVirtualCurrencyTypes ( |
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.
|
|
BanUsers ( |
Bans users by PlayFab ID with optional IP address, or MAC address for the provided game.
|
|
CreatePlayerStatisticDefinition ( |
Adds a new player statistic configuration to the title, optionally allowing the developer to specify a reset interval and an aggregation method.
|
|
DeleteContent ( |
Delete a content file from the title
|
|
DeleteStore ( DeleteStoreRequest request, Action |
Deletes an existing virtual item store
|
|
DeleteUsers ( |
Deletes the users for the provided game. Deletes custom data, all account linkages, and statistics. This method does not remove the player's event history, login history, inventory items, nor virtual currencies.
|
|
GetAllActionGroups ( GetAllActionGroupsRequest request, Action |
Retrieve a list of all PlayStream actions groups.
|
|
GetAllSegments ( GetAllSegmentsRequest request, Action |
Retrieves an array of player segment definitions. Results from this can be used in subsequent API calls such as GetPlayersInSegment which requires a Segment ID. While segment names can change the ID for that segment will not change.
|
|
GetCatalogItems ( |
Retrieves the specified version of the title's catalog of virtual goods, including all defined properties
|
|
GetCloudScriptRevision ( |
Gets the contents and information of a specific Cloud Script revision.
|
|
GetCloudScriptVersions ( GetCloudScriptVersionsRequest request, Action |
Lists all the current cloud script versions. For each version, information about the current published and latest revisions is also listed.
|
|
GetContentList ( |
List all contents of the title and get statistics such as size
|
|
GetContentUploadUrl ( |
Retrieves the pre-signed URL for uploading a content file. A subsequent HTTP PUT to the returned URL uploads the content.
|
|
GetDataReport ( |
Retrieves a download URL for the requested report
|
|
GetMatchmakerGameInfo ( |
Retrieves the details for a specific completed session, including links to standard out and standard error logs
|
|
GetMatchmakerGameModes ( |
Retrieves the details of defined game modes for the specified game server executable
|
|
GetPlayerSegments ( |
List all segments that a player currently belongs to at this moment in time.
|
|
GetPlayerStatisticDefinitions ( GetPlayerStatisticDefinitionsRequest request, Action |
Retrieves the configuration information for all player statistics defined in the title, regardless of whether they have a reset interval.
|
|
GetPlayerStatisticVersions ( |
Retrieves the information on the available versions of the specified statistic.
|
|
GetPlayerTags ( |
Get all tags with a given Namespace (optional) from a player profile.
|
|
GetPlayersInSegment ( |
Allows for paging through all players in a given segment. This API creates a snapshot of all player profiles that match the segment definition at the time of its creation and lives through the Total Seconds to Live, refreshing its life span on each subsequent use of the Continuation Token. Profiles that change during the course of paging will not be reflected in the results. AB Test segments are currently not supported by this operation.
|
|
GetPublisherData ( |
Retrieves the key-value store of custom publisher settings
|
|
GetRandomResultTables ( |
Retrieves the random drop table configuration for the title
|
|
GetServerBuildInfo ( |
Retrieves the build details for the specified game server executable
|
|
GetServerBuildUploadUrl ( |
Retrieves the pre-authorized URL for uploading a game server package containing a build (does not enable the build for use - see AddServerBuild)
|
|
GetStoreItems ( |
Retrieves the set of items defined for the specified store, including all prices defined
|
|
GetTitleData ( |
Retrieves the key-value store of custom title settings which can be read by the client
|
|
GetTitleInternalData ( |
Retrieves the key-value store of custom title settings which cannot be read by the client
|
|
GetUserAccountInfo ( |
Retrieves the relevant details for a specified user, based upon a match against a supplied unique identifier
|
|
GetUserBans ( |
Gets all bans for a user.
|
|
GetUserData ( |
Retrieves the title-specific custom data for the user which is readable and writable by the client
|
|
GetUserInternalData ( |
Retrieves the title-specific custom data for the user which cannot be accessed by the client
|
|
GetUserInventory ( |
Retrieves the specified user's current inventory of virtual goods
|
|
GetUserPublisherData ( |
Retrieves the publisher-specific custom data for the user which is readable and writable by the client
|
|
GetUserPublisherInternalData ( |
Retrieves the publisher-specific custom data for the user which cannot be accessed by the client
|
|
GetUserPublisherReadOnlyData ( |
Retrieves the publisher-specific custom data for the user which can only be read by the client
|
|
GetUserReadOnlyData ( |
Retrieves the title-specific custom data for the user which can only be read by the client
|
|
GrantItemsToUsers ( |
Adds the specified items to the specified user inventories
|
|
IncrementPlayerStatisticVersion ( |
Resets the indicated statistic, removing all player entries for it and backing up the old values.
|
|
ListServerBuilds ( ListBuildsRequest request, Action |
Retrieves the build details for all game server executables which are currently defined for the title
|
|
ListVirtualCurrencyTypes ( ListVirtualCurrencyTypesRequest request, Action |
Retuns the list of all defined virtual currencies for the title
|
|
ModifyMatchmakerGameModes ( |
Updates the game server mode details for the specified game server executable
|
|
ModifyServerBuild ( |
Updates the build details for the specified game server executable
|
|
RefundPurchase ( |
Attempts to process an order refund through the original real money payment provider.
|
|
RemovePlayerTag ( |
Remove a given tag from a player profile. The tag's namespace is automatically generated based on the source of the tag.
|
|
RemoveServerBuild ( |
Removes the game server executable specified from the set of those a client is permitted to request in a call to StartGame
|
|
RemoveVirtualCurrencyTypes ( |
Removes one or more virtual currencies from the set defined for the title.
|
|
ResetCharacterStatistics ( |
Completely removes all statistics for the specified character, for the current game
|
|
ResetUserStatistics ( |
Completely removes all statistics for the specified user, for the current game
|
|
ResetUsers ( |
Resets all title-specific information about a particular account, including user data, virtual currency balances, inventory, purchase history, and statistics
|
|
ResolvePurchaseDispute ( |
Attempts to resolve a dispute with the original order's payment provider.
|
|
RevokeAllBansForUser ( |
Revoke all active bans for a user.
|
|
RevokeBans ( |
Revoke all active bans specified with BanId.
|
|
RevokeInventoryItem ( |
Revokes access to an item in a user's inventory
|
|
SendAccountRecoveryEmail ( |
Forces an email to be sent to the registered email address for the specified account, with a link allowing the user to change the password
|
|
SetCatalogItems ( |
Creates the catalog configuration of all virtual goods for the specified catalog version
|
|
SetPublishedRevision ( |
Sets the currently published revision of a title Cloud Script
|
|
SetPublisherData ( |
Updates the key-value store of custom publisher settings
|
|
SetStoreItems ( UpdateStoreItemsRequest request, Action |
Sets all the items in one virtual store
|
|
SetTitleData ( |
Creates and updates the key-value store of custom title settings which can be read by the client
|
|
SetTitleInternalData ( |
Updates the key-value store of custom title settings which cannot be read by the client
|
|
SetupPushNotification ( |
Sets the Amazon Resource Name (ARN) for iOS and Android push notifications. Documentation on the exact restrictions can be found at: http://docs.aws.amazon.com/sns/latest/api/API_CreatePlatformApplication.html. Currently, Amazon device Messaging is not supported.
|
|
SubtractUserVirtualCurrency ( |
Decrements the specified virtual currency by the stated amount
|
|
UpdateBans ( |
Updates information of a list of existing bans specified with Ban Ids.
|
|
UpdateCatalogItems ( |
Updates the catalog configuration for virtual goods in the specified catalog version
|
|
UpdateCloudScript ( |
Creates a new Cloud Script revision and uploads source code to it. Note that at this time, only one file should be submitted in the revision.
|
|
UpdatePlayerStatisticDefinition ( |
Updates a player statistic configuration for the title, optionally allowing the developer to specify a reset interval.
|
|
UpdateRandomResultTables ( |
Updates the random drop table configuration for the title
|
|
UpdateStoreItems ( UpdateStoreItemsRequest request, Action |
Updates an existing virtual item store with new or modified items
|
|
UpdateUserData ( |
Updates the title-specific custom data for the user which is readable and writable by the client
|
|
UpdateUserInternalData ( |
Updates the title-specific custom data for the user which cannot be accessed by the client
|
|
UpdateUserPublisherData ( |
Updates the publisher-specific custom data for the user which is readable and writable by the client
|
|
UpdateUserPublisherInternalData ( |
Updates the publisher-specific custom data for the user which cannot be accessed by the client
|
|
UpdateUserPublisherReadOnlyData ( |
Updates the publisher-specific custom data for the user which can only be read by the client
|
|
UpdateUserReadOnlyData ( |
Updates the title-specific custom data for the user which can only be read by the client
|
|
UpdateUserTitleDisplayName ( |
Updates the title specific display name for a user
|
public static AddNews ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static AddPlayerTag ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static AddServerBuild ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static AddUserVirtualCurrency ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static AddVirtualCurrencyTypes ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static BanUsers ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static CreatePlayerStatisticDefinition ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static DeleteContent ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static DeleteStore ( DeleteStoreRequest request, Action |
||
request | PlayFab.AdminModels.DeleteStoreRequest | |
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static DeleteUsers ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetAllActionGroups ( GetAllActionGroupsRequest request, Action |
||
request | GetAllActionGroupsRequest | |
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetAllSegments ( GetAllSegmentsRequest request, Action |
||
request | GetAllSegmentsRequest | |
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetCatalogItems ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetCloudScriptRevision ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetCloudScriptVersions ( GetCloudScriptVersionsRequest request, Action |
||
request | GetCloudScriptVersionsRequest | |
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetContentList ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetContentUploadUrl ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetDataReport ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetMatchmakerGameInfo ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetMatchmakerGameModes ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetPlayerSegments ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetPlayerStatisticDefinitions ( GetPlayerStatisticDefinitionsRequest request, Action |
||
request | GetPlayerStatisticDefinitionsRequest | |
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetPlayerStatisticVersions ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetPlayerTags ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetPlayersInSegment ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetPublisherData ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetRandomResultTables ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetServerBuildInfo ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetServerBuildUploadUrl ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetStoreItems ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetTitleData ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetTitleInternalData ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetUserAccountInfo ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetUserBans ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetUserData ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetUserInternalData ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetUserInventory ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetUserPublisherData ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetUserPublisherInternalData ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetUserPublisherReadOnlyData ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GetUserReadOnlyData ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static GrantItemsToUsers ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static IncrementPlayerStatisticVersion ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static ListServerBuilds ( ListBuildsRequest request, Action |
||
request | ListBuildsRequest | |
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static ListVirtualCurrencyTypes ( ListVirtualCurrencyTypesRequest request, Action |
||
request | ListVirtualCurrencyTypesRequest | |
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static ModifyMatchmakerGameModes ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static ModifyServerBuild ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static RefundPurchase ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static RemovePlayerTag ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static RemoveServerBuild ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static RemoveVirtualCurrencyTypes ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static ResetCharacterStatistics ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static ResetUserStatistics ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static ResetUsers ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static ResolvePurchaseDispute ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static RevokeAllBansForUser ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static RevokeBans ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static RevokeInventoryItem ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static SendAccountRecoveryEmail ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static SetCatalogItems ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static SetPublishedRevision ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static SetPublisherData ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static SetStoreItems ( UpdateStoreItemsRequest request, Action |
||
request | PlayFab.AdminModels.UpdateStoreItemsRequest | |
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static SetTitleData ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static SetTitleInternalData ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static SetupPushNotification ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static SubtractUserVirtualCurrency ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static UpdateBans ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static UpdateCatalogItems ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static UpdateCloudScript ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static UpdatePlayerStatisticDefinition ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static UpdateRandomResultTables ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static UpdateStoreItems ( UpdateStoreItemsRequest request, Action |
||
request | PlayFab.AdminModels.UpdateStoreItemsRequest | |
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static UpdateUserData ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static UpdateUserInternalData ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static UpdateUserPublisherData ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static UpdateUserPublisherInternalData ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static UpdateUserPublisherReadOnlyData ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static UpdateUserReadOnlyData ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |
public static UpdateUserTitleDisplayName ( |
||
request | ||
resultCallback | Action |
|
errorCallback | Action |
|
customData | object | |
Результат | void |