StoreContext.RequestPurchaseByInAppOfferTokenAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual IAsyncOperation<StorePurchaseResult ^> ^ RequestPurchaseByInAppOfferTokenAsync(Platform::String ^ inAppOfferToken) = RequestPurchaseByInAppOfferTokenAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StorePurchaseResult> RequestPurchaseByInAppOfferTokenAsync(winrt::hstring const& inAppOfferToken);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StorePurchaseResult> RequestPurchaseByInAppOfferTokenAsync(string inAppOfferToken);
function requestPurchaseByInAppOfferTokenAsync(inAppOfferToken)
Public Function RequestPurchaseByInAppOfferTokenAsync (inAppOfferToken As String) As IAsyncOperation(Of StorePurchaseResult)
Parameters
- inAppOfferToken
-
String
Platform::String
winrt::hstring
Returns
- Attributes