feat: promisify In-App Purchase (#17355)
* feat: promisify In-App Purchase * use mate::Arguments in GetProducts
This commit is contained in:
parent
faabd0cc8b
commit
3e5a98b5f4
11 changed files with 113 additions and 46 deletions
|
@ -13,7 +13,7 @@ namespace in_app_purchase {
|
|||
|
||||
// --------------------------- Typedefs ---------------------------
|
||||
|
||||
typedef base::Callback<void(bool isProductValid)> InAppPurchaseCallback;
|
||||
typedef base::OnceCallback<void(bool isProductValid)> InAppPurchaseCallback;
|
||||
|
||||
// --------------------------- Functions ---------------------------
|
||||
|
||||
|
@ -27,7 +27,7 @@ std::string GetReceiptURL(void);
|
|||
|
||||
void PurchaseProduct(const std::string& productID,
|
||||
int quantity,
|
||||
const InAppPurchaseCallback& callback);
|
||||
InAppPurchaseCallback callback);
|
||||
|
||||
} // namespace in_app_purchase
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue