PKPaymentRequest.CreatePaymentContactInvalidError Method

Definition

Overloads

CreatePaymentContactInvalidError(NSString, String)
CreatePaymentContactInvalidError(PKContactFields, String)

CreatePaymentContactInvalidError(NSString, String)

[Foundation.Export("paymentContactInvalidErrorWithContactField:localizedDescription:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSError CreatePaymentContactInvalidError (Foundation.NSString field, string localizedDescription);
static member CreatePaymentContactInvalidError : Foundation.NSString * string -> Foundation.NSError

Parameters

field
NSString
localizedDescription
String

To be added.

This parameter can be null.

Returns

Attributes

Applies to

CreatePaymentContactInvalidError(PKContactFields, String)

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSError CreatePaymentContactInvalidError (PassKit.PKContactFields contactField, string localizedDescription);
static member CreatePaymentContactInvalidError : PassKit.PKContactFields * string -> Foundation.NSError

Parameters

contactField
PKContactFields
localizedDescription
String

Returns

Attributes

Applies to