Skip to content

Commit 5f4436b

Browse files
Copilotjfversluis
andcommitted
Add SaveToGallery entries to PublicAPI files after merge with net11.0
Co-authored-by: jfversluis <939291+jfversluis@users.noreply.github.com> Agent-Logs-Url: https://github.com/dotnet/maui/sessions/28acf19d-68b5-463b-9de7-4e822741ce9a
1 parent 9dea60b commit 5f4436b

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/Essentials/src/PublicAPI/net-ios/PublicAPI.Unshipped.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Microsoft.Maui.Devices.Sensors.LocationTypeConverter
55
Microsoft.Maui.Devices.Sensors.LocationTypeConverter.LocationTypeConverter() -> void
66
Microsoft.Maui.Storage.IFilePicker.PickMultipleAsync(Microsoft.Maui.Storage.PickOptions? options = null) -> System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Maui.Storage.FileResult!>?>!
7+
Microsoft.Maui.Media.MediaPickerOptions.SaveToGallery.get -> bool
8+
Microsoft.Maui.Media.MediaPickerOptions.SaveToGallery.set -> void
79
override Microsoft.Maui.Devices.Sensors.LocationTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Type! sourceType) -> bool
810
override Microsoft.Maui.Devices.Sensors.LocationTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext? context, System.Type? destinationType) -> bool
911
override Microsoft.Maui.Devices.Sensors.LocationTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object! value) -> object?

src/Essentials/src/PublicAPI/net-maccatalyst/PublicAPI.Unshipped.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Microsoft.Maui.Devices.Sensors.LocationTypeConverter
55
Microsoft.Maui.Devices.Sensors.LocationTypeConverter.LocationTypeConverter() -> void
66
Microsoft.Maui.Storage.IFilePicker.PickMultipleAsync(Microsoft.Maui.Storage.PickOptions? options = null) -> System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Maui.Storage.FileResult!>?>!
7+
Microsoft.Maui.Media.MediaPickerOptions.SaveToGallery.get -> bool
8+
Microsoft.Maui.Media.MediaPickerOptions.SaveToGallery.set -> void
79
override Microsoft.Maui.Devices.Sensors.LocationTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Type! sourceType) -> bool
810
override Microsoft.Maui.Devices.Sensors.LocationTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext? context, System.Type? destinationType) -> bool
911
override Microsoft.Maui.Devices.Sensors.LocationTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Globalization.CultureInfo? culture, object! value) -> object?

src/Essentials/src/PublicAPI/net-tizen/PublicAPI.Unshipped.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Microsoft.Maui.Devices.Sensors.LocationTypeConverter
55
Microsoft.Maui.Devices.Sensors.LocationTypeConverter.LocationTypeConverter() -> void
66
Microsoft.Maui.Storage.IFilePicker.PickMultipleAsync(Microsoft.Maui.Storage.PickOptions? options = null) -> System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Maui.Storage.FileResult!>?>!
7+
Microsoft.Maui.Media.MediaPickerOptions.SaveToGallery.get -> bool
8+
Microsoft.Maui.Media.MediaPickerOptions.SaveToGallery.set -> void
79
override Microsoft.Maui.Devices.Sensors.LocationTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext? context, System.Type? destinationType) -> bool
810
static Microsoft.Maui.Storage.FilePicker.PickMultipleAsync(Microsoft.Maui.Storage.PickOptions? options = null) -> System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Maui.Storage.FileResult!>?>!
911
~override Microsoft.Maui.Devices.Sensors.LocationTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext? context, System.Type sourceType) -> bool

0 commit comments

Comments
 (0)