Home
last modified time | relevance | path

Searched refs:PendingProductInfoRequest (Results 1 – 1 of 1) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/modules/juce_product_unlocking/native/
H A Djuce_ios_InAppPurchases.cpp122 struct PendingProductInfoRequest struct
191 …pendingProductInfoRequests.add (new PendingProductInfoRequest { PendingProductInfoRequest::Type::q… in getProductsInformation()
209 …pendingProductInfoRequests.add (new PendingProductInfoRequest { PendingProductInfoRequest::Type::p… in purchaseProduct()
265 …if (pendingRequest.type == PendingProductInfoRequest::Type::query) notifyProductsInfoRecei… in didReceiveResponse()
266 …else if (pendingRequest.type == PendingProductInfoRequest::Type::purchase) startPurchase (response… in didReceiveResponse()
748 OwnedArray<PendingProductInfoRequest> pendingProductInfoRequests;