PKPaymentAuthorizationController.CanMakePaymentsUsingNetworks Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CanMakePaymentsUsingNetworks(String[]) |
Gets a value that tells wether the user can make payments in at least one of the specified |
CanMakePaymentsUsingNetworks(String[], PKMerchantCapability) |
Gets a value that tells wether the user can make payments in at least one of the specified |
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