Method SetEntitlementsRevokedListener
SetEntitlementsRevokedListener(Action<List<Product>>)
Called when entitlements are revoked from Apple.
Declaration
void SetEntitlementsRevokedListener(Action<List<Product>> callback)
Parameters
Type | Name | Description |
---|---|---|
Action<List<Product>> | callback | Action will be called with the products that were revoked. |