Skip to content

Commit 99080f6

Browse files
Update PublicAPI.Unshipped.txt
1 parent 0c8fa75 commit 99080f6

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

.vscode/launch.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"name": ".NET MAUI",
9+
"type": "maui",
10+
"request": "launch",
11+
"preLaunchTask": "maui: Build"
12+
}
13+
]
14+
}

src/Controls/src/Core/PublicAPI/net-android/PublicAPI.Unshipped.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#nullable enable
1+
#nullable enable
22
*REMOVED*~static Microsoft.Maui.Controls.VisualStateManager.GetVisualStateGroups(Microsoft.Maui.Controls.VisualElement visualElement) -> System.Collections.Generic.IList<Microsoft.Maui.Controls.VisualStateGroup>
33
Microsoft.Maui.Controls.AppThemeBinding
44
Microsoft.Maui.Controls.AppThemeBinding.AppThemeBinding() -> void
@@ -55,7 +55,6 @@ Microsoft.Maui.Controls.StyleableElement.InvalidateStyle() -> void
5555
~virtual Microsoft.Maui.Controls.Handlers.ShellHandler.CreateShellItemRenderer(Microsoft.Maui.Controls.ShellItem shellItem) -> Microsoft.Maui.Controls.Platform.Compatibility.IShellItemRenderer
5656
~virtual Microsoft.Maui.Controls.Handlers.ShellItemHandler.HookChildEvents(Microsoft.Maui.Controls.ShellSection shellSection) -> void
5757
~virtual Microsoft.Maui.Controls.Handlers.ShellItemHandler.UnhookChildEvents(Microsoft.Maui.Controls.ShellSection shellSection) -> void
58-
virtual Microsoft.Maui.Controls.Platform.Compatibility.ShellFlyoutTemplatedContentRenderer.UpdateVerticalScrollMode() -> void
5958
Microsoft.Maui.Controls.Handlers.ShellHandler
6059
Microsoft.Maui.Controls.Handlers.ShellHandler.ShellHandler() -> void
6160
Microsoft.Maui.Controls.Handlers.ShellItemHandler

src/Core/src/PublicAPI/net-android/PublicAPI.Unshipped.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ override Microsoft.Maui.PlatformDrawable.ThresholdType.get -> System.Type!
99
*REMOVED*override Microsoft.Maui.Graphics.MauiDrawable.OnBoundsChange(Android.Graphics.Rect! bounds) -> void
1010
*REMOVED*override Microsoft.Maui.Graphics.MauiDrawable.OnDraw(Android.Graphics.Drawables.Shapes.Shape? shape, Android.Graphics.Canvas? canvas, Android.Graphics.Paint? paint) -> void
1111
override Microsoft.Maui.Handlers.LabelHandler.GetDesiredSize(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
12-
override Microsoft.Maui.Platform.MauiDrawerLayout.Dispose(bool disposing) -> void
1312
static Microsoft.Maui.GridLength.implicit operator Microsoft.Maui.GridLength(string! value) -> Microsoft.Maui.GridLength
1413
Microsoft.Maui.Handlers.PickerHandler._dialog -> AndroidX.AppCompat.App.AlertDialog?
1514
Microsoft.Maui.ITab

0 commit comments

Comments
 (0)