StoreContext.RequestPurchaseByInAppOfferTokenAsync(String) Methode

Definition

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)

Parameter

inAppOfferToken
String

Platform::String

winrt::hstring

Gibt zurück

Attribute

Gilt für: