Compartilhar via


PKPaymentRequest.CreatePaymentContactInvalidError Método

Definição

Sobrecargas

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

Parâmetros

field
NSString
localizedDescription
String

A ser adicionado.

Esse parâmetro pode ser null.

Retornos

Atributos

Aplica-se a

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

Parâmetros

contactField
PKContactFields
localizedDescription
String

Retornos

Atributos

Aplica-se a