Editar

Compartilhar via


PKPaymentAuthorizationViewController.CanMakePaymentsUsingNetworks Method

Definition

Overloads

CanMakePaymentsUsingNetworks(NSString[])

Whether the user can make payments in at least one of the specified paymentNetworks.

CanMakePaymentsUsingNetworks(String[], PKMerchantCapability)

Whether the user can make payments in at least one of the specified networks with the specified capabilities.

CanMakePaymentsUsingNetworks(NSString[])

Whether the user can make payments in at least one of the specified paymentNetworks.

[Foundation.Export("canMakePaymentsUsingNetworks:")]
public static bool CanMakePaymentsUsingNetworks (Foundation.NSString[] paymentNetworks);
static member CanMakePaymentsUsingNetworks : Foundation.NSString[] -> bool

Parameters

paymentNetworks
NSString[]

Returns

Attributes

Applies to

CanMakePaymentsUsingNetworks(String[], PKMerchantCapability)

Whether the user can make payments in at least one of the specified networks with the specified capabilities.

[Foundation.Export("canMakePaymentsUsingNetworks:capabilities:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool CanMakePaymentsUsingNetworks (string[] supportedNetworks, PassKit.PKMerchantCapability capabilties);
static member CanMakePaymentsUsingNetworks : string[] * PassKit.PKMerchantCapability -> bool

Parameters

supportedNetworks
String[]
capabilties
PKMerchantCapability

Returns

Attributes

Applies to