This is the complete list of members for AccelByte.Api.Items, including all inherited members.
| BulkGetLocaleItems(string[] itemIds, string language, string region, ResultCallback< ItemInfo[]> callback, string storeId="") | AccelByte.Api.Items | inline |
| BulkGetLocaleItems(string[] itemIds, string language, string region, bool autoCalcEstimatedPrice, ResultCallback< ItemInfo[]> callback, string storeId="") | AccelByte.Api.Items | inline |
| GetEstimatedPrice(string[] itemIds, string region, ResultCallback< EstimatedPricesInfo[]> callback) | AccelByte.Api.Items | inline |
| GetItemByAppId(string appId, ResultCallback< ItemInfo > callback, string language="", string region="") | AccelByte.Api.Items | inline |
| GetItemById(string itemId, string region, string language, ResultCallback< PopulatedItemInfo > callback, string storeId="", bool populateBundle=false) | AccelByte.Api.Items | inline |
| GetItemById(string itemId, string region, string language, bool autoCalcEstimatedPrice, ResultCallback< PopulatedItemInfo > callback, string storeId="", bool populateBundle=false) | AccelByte.Api.Items | inline |
| GetItemBySku(string sku, string language, string region, ResultCallback< ItemInfo > callback) | AccelByte.Api.Items | inline |
| GetItemBySku(string sku, string language, string region, bool autoCalcEstimatedPrice, ResultCallback< ItemInfo > callback) | AccelByte.Api.Items | inline |
| GetItemBySku(string sku, ResultCallback< ItemInfo > callback, bool autoCalcEstimatedPrice=false, string storeId=null, string language=null, string region=null) | AccelByte.Api.Items | inline |
| GetItemsByCriteria(ItemCriteria criteria, ResultCallback< ItemPagingSlicedResult > callback) | AccelByte.Api.Items | inline |
| GetListAllStore(ResultCallback< PlatformStore[]> callback) | AccelByte.Api.Items | inline |
| IdValidator (defined in AccelByte.Core.WrapperBase) | AccelByte.Core.WrapperBase | protected |
| SearchItem(string language, string keyword, int offset, int limit, string region, ResultCallback< ItemPagingSlicedResult > callback) | AccelByte.Api.Items | inline |
| SearchItem(string language, string keyword, int offset, int limit, string region, bool autoCalcEstimatedPrice, ResultCallback< ItemPagingSlicedResult > callback) | AccelByte.Api.Items | inline |