Provide information of StoreDisplay owned by the user.
More...
|
| void | GetAllViews (string storeId, string language, ResultCallback< ViewInfo[]> callback) |
| | Get all views.
|
| void | ListActiveSectionContents (string storeId, string viewId, string region, string language, ResultCallback< SectionInfo[]> callback) |
| | List active section contents.
|
| void | ListActiveSectionContents (string storeId, string viewId, string region, string language, bool autoCalcEstimatedPrice, ResultCallback< SectionInfo[]> callback) |
| | List active section contents.
|
Provide information of StoreDisplay owned by the user.
◆ GetAllViews()
| void AccelByte.Api.StoreDisplay.GetAllViews |
( |
string | storeId, |
|
|
string | language, |
|
|
ResultCallback< ViewInfo[]> | callback ) |
|
inline |
Get all views.
- Parameters
-
| storeId | storeId |
| language | language |
| callback | Returns a Result that contains ViewInfo via callback when completed |
◆ ListActiveSectionContents() [1/2]
| void AccelByte.Api.StoreDisplay.ListActiveSectionContents |
( |
string | storeId, |
|
|
string | viewId, |
|
|
string | region, |
|
|
string | language, |
|
|
bool | autoCalcEstimatedPrice, |
|
|
ResultCallback< SectionInfo[]> | callback ) |
|
inline |
List active section contents.
- Parameters
-
| storeId | storeId |
| viewId | viewId |
| region | region |
| language | language |
| autoCalcEstimatedPrice | Auto Calculate Estimated Price. If autoCalcEstimatedPrice is true and item is flexible bundle, will auto calc price. |
| callback | Returns a Result that contains SectionInfo via callback when completed |
◆ ListActiveSectionContents() [2/2]
| void AccelByte.Api.StoreDisplay.ListActiveSectionContents |
( |
string | storeId, |
|
|
string | viewId, |
|
|
string | region, |
|
|
string | language, |
|
|
ResultCallback< SectionInfo[]> | callback ) |
|
inline |
List active section contents.
- Parameters
-
| storeId | storeId |
| viewId | viewId |
| region | region |
| language | language |
| callback | Returns a Result that contains SectionInfo via callback when completed |