Enum OwnershipType
This enum is a C# representation of the Apple object OwnershipType.
https://developer.apple.com/documentation/storekit/transaction/ownershiptype
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
public enum OwnershipType
Fields
| Name | Description |
|---|---|
| FamilyShared | The product was purchased by a family member of the user. |
| Purchased | The product was purchased by the user. |
| Undefined | Represents an undefined or unknown ownership type. |