Loading...
Searching...
No Matches
AccelByte.Server.ServerInventory Member List

This is the complete list of members for AccelByte.Server.ServerInventory, including all inherited members.

BulkDeleteUserInventoryItems(string inventoryId, string userId, DeleteUserInventoryItemRequest[] request, ResultCallback< DeleteUserInventoryItemResponse[]> callback) (defined in AccelByte.Server.ServerInventory)AccelByte.Server.ServerInventoryinline
BulkDeleteUserInventoryItems(string inventoryId, string userId, BulkDeleteUserInventoryItemsPayload[] payload, ResultCallback< DeleteUserInventoryItemResponse[]> callback)AccelByte.Server.ServerInventoryinline
BulkUpdateUserInventoryItems(string inventoryId, string userId, ServerUpdateUserInventoryItemRequest[] request, ResultCallback< UpdateUserInventoryItemResponse[]> callback) (defined in AccelByte.Server.ServerInventory)AccelByte.Server.ServerInventoryinline
BulkUpdateUserInventoryItems(string inventoryId, string userId, ServerUpdateUserInventoryItemPayload[] payload, ResultCallback< UpdateUserInventoryItemResponse[]> callback)AccelByte.Server.ServerInventoryinline
ConsumeUserInventoryItem(string inventoryId, string userId, ConsumeUserItemsRequest request, ResultCallback< UserItem > callback) (defined in AccelByte.Server.ServerInventory)AccelByte.Server.ServerInventoryinline
ConsumeUserInventoryItem(string inventoryId, string userId, uint qty, string sourceItemId, ConsumeUserInventoryItemOptionalParameters optionalParameters, ResultCallback< UserItem > callback)AccelByte.Server.ServerInventoryinline
CreateIntegrationConfiguration(ServerCreateIntegrationConfigurationRequest request, ResultCallback< ServerIntegrationConfiguration > callback)AccelByte.Server.ServerInventoryinline
CreateInventoryConfiguration(ServerCreateInventoryConfigurationRequest request, ResultCallback< InventoryConfiguration > callback) (defined in AccelByte.Server.ServerInventory)AccelByte.Server.ServerInventoryinline
CreateInventoryConfiguration(string code, uint initialMaxSlots, uint maxInstancesPerUser, uint maxUpgradeSlots, CreateInventoryConfigurationOptionalParameters optionalParameters, ResultCallback< InventoryConfiguration > callback)AccelByte.Server.ServerInventoryinline
CreateInventoryTag(ServerCreateInventoryTagRequest request, ResultCallback< InventoryTag > callback) (defined in AccelByte.Server.ServerInventory)AccelByte.Server.ServerInventoryinline
CreateInventoryTag(string name, string inventoryOwner, ResultCallback< InventoryTag > callback)AccelByte.Server.ServerInventoryinline
CreateItemTypes(ServerCreateItemTypeRequest request, ResultCallback< InventoryItemType > callback) (defined in AccelByte.Server.ServerInventory)AccelByte.Server.ServerInventoryinline
CreateItemTypes(string name, ResultCallback< InventoryItemType > callback)AccelByte.Server.ServerInventoryinline
CreateUserInventory(ServerCreateInventoryRequest request, ResultCallback< UserInventory > callback)AccelByte.Server.ServerInventoryinline
DeleteInventoryConfiguration(string inventoryConfigurationId, ResultCallback callback)AccelByte.Server.ServerInventoryinline
DeleteInventoryTag(string tagName, ResultCallback callback)AccelByte.Server.ServerInventoryinline
DeleteItemTypes(string itemTypeName, ResultCallback callback)AccelByte.Server.ServerInventoryinline
DeleteUserInventory(string inventoryId, ServerDeleteInventoryRequest request, ResultCallback callback)AccelByte.Server.ServerInventoryinline
GetAllInventoryConfigurations(ResultCallback< InventoryConfigurationsPagingResponse > callback, InventoryConfigurationSortBy sortBy=InventoryConfigurationSortBy.CreatedAt, int limit=25, int offset=0, string inventoryConfigurationCode="")AccelByte.Server.ServerInventoryinline
GetIntegrationConfigurations(ResultCallback< ServerIntegrationConfigurationsPagingResponse > callback, ServerIntegrationConfigurationSortBy sortBy=ServerIntegrationConfigurationSortBy.CreatedAt, int limit=25, int offset=0)AccelByte.Server.ServerInventoryinline
GetInventoryConfiguration(string inventoryConfigurationId, ResultCallback< InventoryConfiguration > callback)AccelByte.Server.ServerInventoryinline
GetInventoryTags(ResultCallback< InventoryTagsPagingResponse > callback, ItemTypeSortBy sortBy=ItemTypeSortBy.CreatedAt, int limit=25, int offset=0)AccelByte.Server.ServerInventoryinline
GetItemTypes(ResultCallback< ItemTypesPagingResponse > callback, ItemTypeSortBy sortBy=ItemTypeSortBy.CreatedAt, int limit=25, int offset=0)AccelByte.Server.ServerInventoryinline
GetUserInventories(ResultCallback< UserInventoriesPagingResponse > callback, UserInventorySortBy sortBy=UserInventorySortBy.CreatedAt, int limit=25, int offset=0, string inventoryConfigurationCode="", string userId="")AccelByte.Server.ServerInventoryinline
GetUserInventory(string inventoryId, ResultCallback< UserInventory > callback) (defined in AccelByte.Server.ServerInventory)AccelByte.Server.ServerInventoryinline
GetUserInventoryAllItems(string inventoryId, ResultCallback< UserItemsPagingResponse > callback)AccelByte.Server.ServerInventoryinline
GetUserInventoryAllItems(string inventoryId, GetUserInventoryAllItemsOptionalParameters optionalParam, ResultCallback< UserItemsPagingResponse > callback)AccelByte.Server.ServerInventoryinline
GetUserInventoryAllItems(string inventoryId, ResultCallback< UserItemsPagingResponse > callback, UserItemSortBy sortBy=UserItemSortBy.CreatedAt, int limit=25, int offset=0, string sourceItemId="", TagQueryBuilder tagBuilder=null, int? quantity=null) (defined in AccelByte.Server.ServerInventory)AccelByte.Server.ServerInventoryinline
GetUserInventoryItem(string inventoryId, string slotId, string sourceItemId, ResultCallback< UserItem > callback)AccelByte.Server.ServerInventoryinline
IdValidator (defined in AccelByte.Core.WrapperBase)AccelByte.Core.WrapperBaseprotected
RunChainingOperation(ServerInventoryChainingOperationRequest request, ResultCallback< InventoryChainingOperationResponse > callback)AccelByte.Server.ServerInventoryinline
SaveUserInventoryItem(string userId, string inventoryConfigurationCode, string source, string sourceItemId, string type, uint quantity, ResultCallback< UserItem > callback)AccelByte.Server.ServerInventoryinline
SaveUserInventoryItem(string userId, string inventoryConfigurationCode, string source, string sourceItemId, string type, uint quantity, SaveUserInventoryItemOptionalParameters optionalParameters, ResultCallback< UserItem > callback)AccelByte.Server.ServerInventoryinline
SaveUserInventoryItemToInventory(string userId, string inventoryId, ServerSaveUserInventoryItemRequest request, ResultCallback< UserItem > callback) (defined in AccelByte.Server.ServerInventory)AccelByte.Server.ServerInventoryinline
SaveUserInventoryItemToInventory(string inventoryId, string userId, string source, string sourceItemId, string type, uint quantity, SaveUserInventoryItemToInventoryOptionalParameters optionalParameters, ResultCallback< UserItem > callback)AccelByte.Server.ServerInventoryinline
SyncUserEntitlements(string userId, ResultCallback callback)AccelByte.Server.ServerInventoryinline
UpdateIntegrationConfiguration(string integrationConfigurationId, ServerUpdateIntegrationConfigurationRequest request, ResultCallback< ServerIntegrationConfiguration > callback)AccelByte.Server.ServerInventoryinline
UpdateIntegrationConfigurationStatus(string integrationConfigurationId, ServerUpdateIntegrationConfigurationStatusRequest request, ResultCallback< ServerIntegrationConfiguration > callback)AccelByte.Server.ServerInventoryinline
UpdateInventoryConfiguration(string inventoryConfigurationId, ServerUpdateInventoryConfigurationRequest request, ResultCallback< InventoryConfiguration > callback)AccelByte.Server.ServerInventoryinline
UpdateUserInventory(string inventoryId, ServerUpdateInventoryRequest request, ResultCallback< UserInventory > callback)AccelByte.Server.ServerInventoryinline
ValidateUserInventoryCapacity(string userId, ServerValidateUserInventoryCapacityRequest request, ResultCallback callback)AccelByte.Server.ServerInventoryinline