Skip to content

Commit ff74773

Browse files
authored
[MessageUI] Implement up to Xcode 16.3 beta 3. (#22422)
1 parent 674676e commit ff74773

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

src/messageui.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ interface MFMailComposeViewController : UIAppearance {
6161
[MacCatalyst (13, 1)]
6262
[Export ("setPreferredSendingEmailAddress:")]
6363
void SetPreferredSendingEmailAddress (string emailAddress);
64+
65+
[MacCatalyst (18, 4), iOS (18, 4)]
66+
[Export ("insertCollaborationItemProvider:completionHandler:")]
67+
[Async]
68+
void InsertCollaborationItemProvider (NSItemProvider itemProvider, Action<bool> completionHandler);
6469
}
6570

6671
/// <summary>Interface representing the required methods (if any) of the protocol <see cref="T:MessageUI.MFMailComposeViewControllerDelegate" />.</summary>

tests/cecil-tests/Documentation.KnownFailures.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34139,6 +34139,8 @@ M:MessageUI.MFComposeResultEventArgs.#ctor(MessageUI.MFMailComposeViewController
3413934139
M:MessageUI.MFMailComposeViewController.add_Finished(System.EventHandler{MessageUI.MFComposeResultEventArgs})
3414034140
M:MessageUI.MFMailComposeViewController.AddAttachmentData(Foundation.NSData,System.String,System.String)
3414134141
M:MessageUI.MFMailComposeViewController.Dispose(System.Boolean)
34142+
M:MessageUI.MFMailComposeViewController.InsertCollaborationItemProvider(Foundation.NSItemProvider,System.Action{System.Boolean})
34143+
M:MessageUI.MFMailComposeViewController.InsertCollaborationItemProviderAsync(Foundation.NSItemProvider)
3414234144
M:MessageUI.MFMailComposeViewController.MFMailComposeViewControllerAppearance.#ctor(System.IntPtr)
3414334145
M:MessageUI.MFMailComposeViewController.remove_Finished(System.EventHandler{MessageUI.MFComposeResultEventArgs})
3414434146
M:MessageUI.MFMailComposeViewController.SetBccRecipients(System.String[])

tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-MessageUI.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/iOS-MessageUI.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)