Share via


PKPaymentAuthorizationController.CanMakePaymentsUsingNetworks Method

Definition

Overloads

Name Description
CanMakePaymentsUsingNetworks(String[])

Gets a value that tells wether the user can make payments in at least one of the specified supportedNetworks.

CanMakePaymentsUsingNetworks(String[], PKMerchantCapability)

Gets a value that tells wether the user can make payments in at least one of the specified supportedNetworks with the specified capabilties.

CanMakePaymentsUsingNetworks(String[])

Gets a value that tells wether the user can make payments in at least one of the specified supportedNetworks.

[Foundation.Export("canMakePaymentsUsingNetworks:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool CanMakePaymentsUsingNetworks(string[] supportedNetworks);
[<Foundation.Export("canMakePaymentsUsingNetworks:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CanMakePaymentsUsingNetworks : string[] -> bool

Parameters

supportedNetworks
String[]

Returns

A value that tells wether the user can make payments in at least one of the specified supportedNetworks.

Attributes

Applies to

CanMakePaymentsUsingNetworks(String[], PKMerchantCapability)

Gets a value that tells wether the user can make payments in at least one of the specified supportedNetworks with the specified capabilties.

[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

A value that tells wether the user can make payments in at least one of the specified supportedNetworks with the specified capabilties.

Attributes

Applies to