Share via


PKPaymentAuthorizationViewController.CanMakePaymentsUsingNetworks Method

Definition

Overloads

Name Description
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:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool CanMakePaymentsUsingNetworks(Foundation.NSString[] paymentNetworks);
[<Foundation.Export("canMakePaymentsUsingNetworks:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool CanMakePaymentsUsingNetworks(string[] supportedNetworks, PassKit.PKMerchantCapability capabilties);
[<Foundation.Export("canMakePaymentsUsingNetworks:capabilities:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CanMakePaymentsUsingNetworks : string[] * PassKit.PKMerchantCapability -> bool

Parameters

supportedNetworks
String[]
capabilties
PKMerchantCapability

Returns

Attributes

Applies to