Interface IOnEntitlementRevokedCallback
Interface for receiving callbacks when an entitlement is revoked.
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
public interface IOnEntitlementRevokedCallback
Methods
onEntitlementRevoked(string)
Inform whenever an entitlement is revoked.
Declaration
void onEntitlementRevoked(string productId)
Parameters
Type | Name | Description |
---|---|---|
string | productId | The product id being revoked. |