StoreProductΒΆ
Inherits: RefCounted < Object
Represents a product available for purchase in the App Store.
DescriptionΒΆ
This class contains information about a product, such as its ID, display name, description, and price. It is returned by StoreKitManager.request_products().
PropertiesΒΆ
|
||
|
||
|
||
|
||
|
||
|
||
|
Property DescriptionsΒΆ
String description_value = "" π
String get_description_value()
A localized description of the product.
String get_display_name()
The localized name of the product.
String display_price = "" π
String get_display_price()
The formatted price of the product, including currency symbol (e.g., β$0.99β).
bool get_is_family_shareable()
Whether the product is shareable with family members.
String json_representation = "" π
String get_json_representation()
A JSON string representation of the underlying StoreKit product, useful for debugging or accessing properties not exposed directly.
float get_price()
The price of the product as a number.
String get_product_id()
The unique identifier of the product.