@@ -4597,7 +4597,6 @@ interface INMessage : NSCopying, NSSecureCoding {
4597
4597
[Deprecated (PlatformName.WatchOS, 11, 0, message: "Use a constructor that takes a reaction instead.")]
4598
4598
[MacCatalyst (13, 1)]
4599
4599
[Export ("initWithIdentifier:conversationIdentifier:content:dateSent:sender:recipients:groupName:messageType:")]
4600
- [DesignatedInitializer]
4601
4600
NativeHandle Constructor (string identifier, [NullAllowed] string conversationIdentifier, [NullAllowed] string content, [NullAllowed] NSDate dateSent, [NullAllowed] INPerson sender, [NullAllowed] INPerson [] recipients, [NullAllowed] INSpeakableString groupName, INMessageType messageType);
4602
4601
4603
4602
[Deprecated (PlatformName.iOS, 18, 0, message: "Use a constructor that takes a reaction instead.")]
@@ -6852,7 +6851,7 @@ interface INSendMessageIntent : UNNotificationContentProviding {
6852
6851
[DesignatedInitializer]
6853
6852
NativeHandle Constructor ([NullAllowed] INPerson [] recipients, INOutgoingMessageType outgoingMessageType, [NullAllowed] string content, [NullAllowed] INSpeakableString speakableGroupName, [NullAllowed] string conversationIdentifier, [NullAllowed] string serviceName, [NullAllowed] INPerson sender, [NullAllowed] INSendMessageAttachment [] attachments);
6854
6853
6855
- [Deprecated (PlatformName.MacOSX, 12 , 0, message: "Use '.ctor (INPerson[], INOutgoingMessageType, string, INSpeakableString, string, string, INPerson, INSendMessageAttachment[])' instead.")]
6854
+ [Deprecated (PlatformName.MacOSX, 11 , 0, message: "Use '.ctor (INPerson[], INOutgoingMessageType, string, INSpeakableString, string, string, INPerson, INSendMessageAttachment[])' instead.")]
6856
6855
[Deprecated (PlatformName.WatchOS, 7, 0, message: "Use '.ctor (INPerson[], INOutgoingMessageType, string, INSpeakableString, string, string, INPerson, INSendMessageAttachment[])' instead.")]
6857
6856
[Deprecated (PlatformName.iOS, 14, 0, message: "Use '.ctor (INPerson[], INOutgoingMessageType, string, INSpeakableString, string, string, INPerson, INSendMessageAttachment[])' instead.")]
6858
6857
[MacCatalyst (13, 1)]
@@ -10142,6 +10141,7 @@ interface INCallRecord : NSCopying, NSSecureCoding {
10142
10141
[Deprecated (PlatformName.iOS, 14, 5, message: "Use '.ctor (string, NSDate, INCallRecordType, INCallCapability, double?, bool?, int?)' instead.")]
10143
10142
[Deprecated (PlatformName.MacCatalyst, 14, 5, message: "Use '.ctor (string, NSDate, INCallRecordType, INCallCapability, double?, bool?, int?)' instead.")]
10144
10143
[Deprecated (PlatformName.WatchOS, 7, 4, message: "Use '.ctor (string, NSDate, INCallRecordType, INCallCapability, double?, bool?, int?)' instead.")]
10144
+ [Deprecated (PlatformName.MacOSX, 11, 3, message: "Use '.ctor (string, NSDate, INCallRecordType, INCallCapability, double?, bool?, int?)' instead.")]
10145
10145
[Watch (6, 0), iOS (13, 0)]
10146
10146
[MacCatalyst (13, 1)]
10147
10147
[Export ("initWithIdentifier:dateCreated:caller:callRecordType:callCapability:callDuration:unseen:numberOfCalls:")]
@@ -15848,7 +15848,7 @@ interface INUnsendMessagesIntentHandling {
15848
15848
void ConfirmUnsendMessages (INUnsendMessagesIntent intent, Action<INUnsendMessagesIntentResponse> completion);
15849
15849
}
15850
15850
15851
- [Watch (11, 0), iOS (18, 0), NoTV, MacCatalyst (18, 0), NoMac ]
15851
+ [Watch (11, 0), iOS (18, 0), NoTV, MacCatalyst (18, 0), Mac (15, 0) ]
15852
15852
[BaseType (typeof (NSObject))]
15853
15853
[DisableDefaultCtor]
15854
15854
interface INMessageReaction : NSCopying, NSSecureCoding {
@@ -15866,7 +15866,7 @@ interface INMessageReaction : NSCopying, NSSecureCoding {
15866
15866
string Emoji { get; }
15867
15867
}
15868
15868
15869
- [Watch (11, 0), iOS (18, 0), NoTV, MacCatalyst (18, 0), NoMac ]
15869
+ [Watch (11, 0), iOS (18, 0), NoTV, MacCatalyst (18, 0), Mac (15, 0) ]
15870
15870
[BaseType (typeof (NSObject))]
15871
15871
[DisableDefaultCtor]
15872
15872
interface INSticker : NSCopying, NSSecureCoding {
0 commit comments