PaymentAppManager Klasse

Definition

Diese Klasse wird verwendet, um eine App als Zahlungsanbieter-App zu registrieren, damit sie mit der Verarbeitung von PaymentTransactions beginnen kann, die über die Zahlungsanforderungs-APIs (Windows.ApplicationModel.Zahlungen) übermittelt wurden.

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
Vererbung
Object Platform::Object IInspectable PaymentAppManager
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)

Eigenschaften

Current

Das aktuelle PaymentAppManager-Objekt.

Methoden

RegisterAsync(IIterable<String>)

Registriert diese App als Zahlungsanbieter.

UnregisterAsync()

Hebt die Registrierung dieser App als Zahlungsanbieter auf.

Gilt für: