Share via


PaymentAppManager クラス

定義

このクラスは、支払い要求 API (Windows.ApplicationModel.支払) を介して送信された PaymentTransactions の処理を開始できるように、アプリを支払いプロバイダー アプリとして登録するために使用されます。

public ref class PaymentAppManager sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PaymentAppManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PaymentAppManager
Public NotInheritable Class PaymentAppManager
継承
Object Platform::Object IInspectable PaymentAppManager
属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

プロパティ

Current

現在の PaymentAppManager オブジェクト。

メソッド

RegisterAsync(IIterable<String>)

このアプリを支払いプロバイダーとして登録します。

UnregisterAsync()

このアプリを支払プロバイダーとして登録解除します。

適用対象