PKPaymentAuthorizationController.CanMakePaymentsUsingNetworks Method

Definition

Overloads

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 capabilities.

CanMakePaymentsUsingNetworks(String[])

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

[Foundation.Export("canMakePaymentsUsingNetworks:")]
public static bool CanMakePaymentsUsingNetworks (string[] supportedNetworks);
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 capabilities.

[Foundation.Export("canMakePaymentsUsingNetworks:capabilities:")]
public static bool CanMakePaymentsUsingNetworks (string[] supportedNetworks, PassKit.PKMerchantCapability capabilties);
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 capabilities.

Attributes

Applies to