Loading...
Searching...
No Matches
AccelByte.Api.StoreDisplay Class Reference

Provide information of StoreDisplay owned by the user. More...

Inheritance diagram for AccelByte.Api.StoreDisplay:

Public Member Functions

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.

Additional Inherited Members

Properties inherited from AccelByte.Core.WrapperBase
Utils.AccelByteIdValidator IdValidator [get]

Detailed Description

Provide information of StoreDisplay owned by the user.

Member Function Documentation

◆ GetAllViews()

void AccelByte.Api.StoreDisplay.GetAllViews ( string storeId,
string language,
ResultCallback< ViewInfo[]> callback )
inline

Get all views.

Parameters
storeIdstoreId
languagelanguage
callbackReturns 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
storeIdstoreId
viewIdviewId
regionregion
languagelanguage
autoCalcEstimatedPriceAuto Calculate Estimated Price. If autoCalcEstimatedPrice is true and item is flexible bundle, will auto calc price.
callbackReturns 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
storeIdstoreId
viewIdviewId
regionregion
languagelanguage
callbackReturns a Result that contains SectionInfo via callback when completed