PaymentAppManager.RegisterAsync(IIterable<String>) Method

Definition

Registers this app as a payment provider.

public:
 virtual IAsyncAction ^ RegisterAsync(IIterable<Platform::String ^> ^ supportedPaymentMethodIds) = RegisterAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction RegisterAsync(IIterable<winrt::hstring> const& supportedPaymentMethodIds);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction RegisterAsync(IEnumerable<string> supportedPaymentMethodIds);
function registerAsync(supportedPaymentMethodIds)
Public Function RegisterAsync (supportedPaymentMethodIds As IEnumerable(Of String)) As IAsyncAction

Parameters

supportedPaymentMethodIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

The supported payment method IDs.

Returns

Returns an asynchronous action.

Attributes

Applies to