PKPaymentRequest.CreatePaymentContactInvalidError Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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
Parameter
- field
- NSString
Gibt zurück
- Attribute
Gilt für:
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
Parameter
- contactField
- PKContactFields
- localizedDescription
- String
Gibt zurück
- Attribute