Table of Contents

Event OnPurchaseDeferred

Namespace
Titipi.MocaLib2

Fired when a purchase is deferred pending external approval (iOS Ask-to-Buy, Google Play pending transactions). No content is granted yet: the in-flight PurchaseProductAsync(string, Action) fails with Deferred, and once approved — possibly days later — the store redelivers the order and it arrives via OnRestorePurchases.

public static event Action<Product> OnPurchaseDeferred

Returns

Action<Product>
Fired when a purchase is deferred pending external approval (iOS Ask-to-Buy, Google Play pending transactions). No content is granted yet: the in-flight fails with , and once approved — possibly days later — the store redelivers the order and it arrives via .