This is the AMP version of this page.
If you want to load the real page instead, click this text.

Help! How to hook Action type

fsmile

Rookie
public bool BuyProductID(string productId, [Optional] Action<PurchaseResult> callback)
{
return default(bool);
}