Table of Contents

Event OnPurchaseSucceeded

Namespace
Titipi.MocaLib

Fired after a purchase has been confirmed as successful. Parameters: the purchased Product and the raw receipt string (order.Info.Receipt). Wire this to analytics logging calls such as AppsFlyerModule.LogPurchase.

public static event Action<Product, string> OnPurchaseSucceeded

Returns

Action<Product, string>
Fired after a purchase has been confirmed as successful. Parameters: the purchased Product and the raw receipt string (order.Info.Receipt). Wire this to analytics logging calls such as AppsFlyerModule.LogPurchase.