StoreContext.RequestPurchaseByInAppOfferTokenAsync(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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)
參數
- inAppOfferToken
-
String
Platform::String
winrt::hstring
傳回
- 屬性