Added property:
public virtual INSPreviewRepresentableActivityItem[] PreviewRepresentableActivityItems { get; set; }
Added property:
public virtual bool HasActiveWindowSharingSession { get; }
Added methods:
public virtual void TransferWindowSharing (NSWindow window, System.Action<Foundation.NSError> completionHandler);
public virtual System.Threading.Tasks.Task TransferWindowSharingAsync (NSWindow window);
Added property:
public virtual INSPreviewRepresentableActivityItem[] PreviewRepresentableActivityItems { get; set; }
Added method:
public virtual INSPreviewRepresentableActivityItem[] GetPreviewRepresentableActivityItems (NSWindow window);
Added method:
public static INSPreviewRepresentableActivityItem[] GetPreviewRepresentableActivityItems (this INSWindowDelegate This, NSWindow window);
public class ASAuthorizationWebBrowserPlatformPublicKeyCredential : Foundation.NSObject {
// constructors
protected ASAuthorizationWebBrowserPlatformPublicKeyCredential (Foundation.NSObjectFlag t);
protected ASAuthorizationWebBrowserPlatformPublicKeyCredential (ObjCRuntime.NativeHandle handle);
// properties
public override ObjCRuntime.NativeHandle ClassHandle { get; }
public virtual Foundation.NSData CredentialId { get; }
public virtual string Name { get; }
public virtual string RelyingParty { get; }
public virtual Foundation.NSData UserHandle { get; }
}
public class ASAuthorizationWebBrowserPublicKeyCredentialManager : Foundation.NSObject {
// constructors
public ASAuthorizationWebBrowserPublicKeyCredentialManager ();
protected ASAuthorizationWebBrowserPublicKeyCredentialManager (Foundation.NSObjectFlag t);
protected ASAuthorizationWebBrowserPublicKeyCredentialManager (ObjCRuntime.NativeHandle handle);
// properties
public virtual ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState AuthorizationStateForPlatformCredentials { get; }
public override ObjCRuntime.NativeHandle ClassHandle { get; }
// methods
public virtual void GetPlatformCredentials (string relyingParty, System.Action<ASAuthorizationWebBrowserPlatformPublicKeyCredential[]> completionHandler);
public virtual System.Threading.Tasks.Task<ASAuthorizationWebBrowserPlatformPublicKeyCredential[]> GetPlatformCredentialsAsync (string relyingParty);
public virtual void RequestAuthorization (System.Action<ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState> completionHandler);
public virtual System.Threading.Tasks.Task<ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState> RequestAuthorizationAsync ();
}
New Type: AuthenticationServices.ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState
[Serializable]
public enum ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState {
Authorized = 0,
Denied = 1,
NotDetermined = 2,
}
public interface IASAuthorizationWebBrowserExternallyAuthenticatableRequest : ObjCRuntime.INativeObject, System.IDisposable {
// properties
public virtual LocalAuthentication.LAContext AuthenticatedContext { get; set; }
}
Added constructor:
public CAEdrMetadata (Foundation.NSCoder coder);
Added interfaces:
Foundation.INSCoding
Foundation.INSCopying
Foundation.INSSecureCoding
ObjCRuntime.INativeObject
System.IDisposable
Added methods:
public virtual Foundation.NSObject Copy (Foundation.NSZone zone);
public virtual void EncodeTo (Foundation.NSCoder encoder);
Added value:
SixGHz = 3,
Added property:
public virtual Foundation.NSUuid VolumeUuid { get; }
Added properties:
public static NSString FileIdentifierKey { get; }
public static NSString VolumeMountFromLocationKey { get; }
public static NSString VolumeSubtypeKey { get; }
public static NSString VolumeTypeNameKey { get; }
Added value:
ClinicalNoteRecord = 8,
Added interfaces:
Foundation.INSCoding
Foundation.INSCopying
Foundation.INSSecureCoding
ObjCRuntime.INativeObject
System.IDisposable
Added methods:
public virtual Foundation.NSObject Copy (Foundation.NSZone zone);
public virtual void EncodeTo (Foundation.NSCoder encoder);
Added values:
DiagnosticReport = 10,
DocumentReference = 11,
Added interfaces:
Foundation.INSCoding
Foundation.INSCopying
Foundation.INSSecureCoding
ObjCRuntime.INativeObject
System.IDisposable
Added methods:
public virtual Foundation.NSObject Copy (Foundation.NSZone zone);
public virtual void EncodeTo (Foundation.NSCoder encoder);
Added property:
public static Foundation.NSString HeadphoneGain { get; }
Added interfaces:
Foundation.INSCoding
Foundation.INSCopying
Foundation.INSSecureCoding
ObjCRuntime.INativeObject
System.IDisposable
Added methods:
public virtual Foundation.NSObject Copy (Foundation.NSZone zone);
public virtual void EncodeTo (Foundation.NSCoder encoder);
Added constructor:
public HKWorkoutActivity (Foundation.NSCoder coder);
Added interfaces:
Foundation.INSCoding
Foundation.INSCopying
Foundation.INSSecureCoding
ObjCRuntime.INativeObject
System.IDisposable
Added methods:
public virtual Foundation.NSObject Copy (Foundation.NSZone zone);
public virtual void EncodeTo (Foundation.NSCoder encoder);
Added property:
public static Foundation.NSString OpenExrCompression { get; }
Added properties:
public virtual INCallAudioRoute AudioRoute { get; }
public virtual string CallIdentifier { get; }
Added property:
public virtual INCallRecord[] CallRecords { get; set; }
Added property:
public virtual string CallIdentifier { get; }
Added property:
public virtual bool Inspectable { get; set; }
public static class MAVideoAccommodations {
// properties
public static Foundation.NSString DimFlashingLightsChangedNotification { get; }
// methods
public static bool IsDimFlashingLightsEnabled ();
// inner types
public static class Notifications {
// methods
public static Foundation.NSObject ObserveDimFlashingLightsChanged (System.EventHandler<Foundation.NSNotificationEventArgs> handler);
public static Foundation.NSObject ObserveDimFlashingLightsChanged (Foundation.NSObject objectToObserve, System.EventHandler<Foundation.NSNotificationEventArgs> handler);
}
}
Added value:
Datagram = 3,
Added properties:
public virtual bool ExcludeApns { get; set; }
public virtual bool ExcludeCellularServices { get; set; }
Modified fields:
-public const string SdkVersion = "13.1";
+public const string SdkVersion = "13.3";
-public const string Version = "9.0.0";
+public const string Version = "9.4.0";
Added property:
public static Foundation.NSString PKPaymentNetworkPostFinance { get; }
Added property:
public virtual PKDeferredPaymentRequest DeferredPaymentRequest { get; set; }
Added property:
public virtual PKDeferredPaymentRequest DeferredPaymentRequest { get; set; }
public class PKDeferredPaymentRequest : Foundation.NSObject {
// constructors
protected PKDeferredPaymentRequest (Foundation.NSObjectFlag t);
protected PKDeferredPaymentRequest (ObjCRuntime.NativeHandle handle);
public PKDeferredPaymentRequest (string paymentDescription, PKDeferredPaymentSummaryItem deferredBilling, Foundation.NSUrl managementUrl);
// properties
public virtual string BillingAgreement { get; set; }
public override ObjCRuntime.NativeHandle ClassHandle { get; }
public virtual PKDeferredPaymentSummaryItem DeferredBilling { get; set; }
public virtual Foundation.NSDate FreeCancellationDate { get; set; }
public virtual Foundation.NSTimeZone FreeCancellationDateTimeZone { get; set; }
public virtual Foundation.NSUrl ManagementUrl { get; set; }
public virtual string PaymentDescription { get; set; }
public virtual Foundation.NSUrl TokenNotificationUrl { get; set; }
}
Added properties:
public bool? BurnInAnnotations { get; set; }
public bool? OptimizeImagesForScreen { get; set; }
public bool? SaveImagesAsJpeg { get; set; }
public bool? SaveTextFromOcr { get; set; }
Added constructor:
public PKEraserTool (PKEraserType eraserType, System.Runtime.InteropServices.NFloat width);
Added property:
public virtual System.Runtime.InteropServices.NFloat Width { get; }
Added methods:
public static System.Runtime.InteropServices.NFloat GetDefaultWidth (PKEraserType eraserType);
public static System.Runtime.InteropServices.NFloat GetMaximumWidth (PKEraserType eraserType);
public static System.Runtime.InteropServices.NFloat GetMinimumWidth (PKEraserType eraserType);
Added value:
FixedWidthBitmap = 2,
Added method:
public virtual AppKit.INSPreviewRepresentableActivityItem[] GetPreviewRepresentableActivityItems (AppKit.NSWindow window);
Added methods:
public virtual void IsPreferredNetworkAvailable (System.Action<bool> completion);
public virtual System.Threading.Tasks.Task<bool> IsPreferredNetworkAvailableAsync ();
public virtual void RetrieveAllActiveCredentials (System.Action<Foundation.NSSet<THCredentials>> completion);
public virtual System.Threading.Tasks.Task<Foundation.NSSet<THCredentials>> RetrieveAllActiveCredentialsAsync ();
Obsoleted properties:
[Obsolete ("Starting with macos13.3 This API has been removed from the framework.")]
public virtual bool Deleted { get; set; }
Added property:
public virtual bool SignedOut { get; set; }
Added property:
public virtual bool ShouldPrintBackgrounds { get; set; }
Added property:
public virtual bool Inspectable { get; set; }