StoreView¶
Inherits: RefCounted < Object
A view that displays a collection of products.
Description¶
This class represents a view that displays multiple products from the App Store. It is useful for creating a storefront or a list of available items.
Properties¶
|
Methods¶
void |
dismiss() |
void |
present() |
Property Descriptions¶
PackedStringArray product_ids = PackedStringArray() 🔗
void set_product_ids(value: PackedStringArray)
PackedStringArray get_product_ids()
A list of product identifiers to display in the store view.
Note: The returned array is copied and any changes to it will not update the original property value. See PackedStringArray for more details.
Method Descriptions¶
void dismiss() 🔗
Dismisses the currently presented view.
void present() 🔗
Presents the store view on top of the current view hierarchy.