StoreContext.RequestPurchaseByInAppOfferTokenAsync(String) 메서드

정의

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

반환

특성

적용 대상