Class GetAppleProductMetadataExtension
Extension class to ProductMetadata to add a method to retrieve the Apple Product Metadata
Inherited Members
Namespace: UnityEngine.Purchasing
Syntax
public static class GetAppleProductMetadataExtension
Methods
GetAppleProductMetadata(ProductMetadata)
Get the Apple Product Metadata. Can be null.
Declaration
public static AppleProductMetadata GetAppleProductMetadata(this ProductMetadata productMetadata)
Parameters
Type | Name | Description |
---|---|---|
ProductMetadata | productMetadata | Product Metadata |
Returns
Type | Description |
---|---|
AppleProductMetadata | Apple Product Metadata or null if the current store is not the Apple store. |