PKPaymentAuthorizationViewController.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(NSString[]) |
Whether the user can make payments in at least one of the specified |
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