Skip to content

Commit eac9321

Browse files
committed
regen things
1 parent 88d8445 commit eac9321

File tree

14 files changed

+68
-2
lines changed

14 files changed

+68
-2
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,10 @@ static Microsoft.Maui.Controls.Platform.FormattedStringExtensions.ToSpannableStr
411411
static Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter.ParseStringToPathFigureCollection(Microsoft.Maui.Controls.Shapes.PathFigureCollection! pathFigureCollection, string? pathString) -> void
412412
~static Microsoft.Maui.Controls.Shell.GetNavBarVisibilityAnimationEnabled(Microsoft.Maui.Controls.BindableObject obj) -> bool
413413
~static Microsoft.Maui.Controls.Shell.SetNavBarVisibilityAnimationEnabled(Microsoft.Maui.Controls.BindableObject obj, bool value) -> void
414+
static Microsoft.Maui.Controls.ToolTipProperties.GetDelay(Microsoft.Maui.Controls.BindableObject! bindable) -> int?
415+
static Microsoft.Maui.Controls.ToolTipProperties.GetDuration(Microsoft.Maui.Controls.BindableObject! bindable) -> int?
416+
static Microsoft.Maui.Controls.ToolTipProperties.SetDelay(Microsoft.Maui.Controls.BindableObject! bindable, int? value) -> void
417+
static Microsoft.Maui.Controls.ToolTipProperties.SetDuration(Microsoft.Maui.Controls.BindableObject! bindable, int? value) -> void
414418
static Microsoft.Maui.Controls.ViewExtensions.FadeToAsync(this Microsoft.Maui.Controls.VisualElement! view, double opacity, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
415419
static Microsoft.Maui.Controls.ViewExtensions.LayoutToAsync(this Microsoft.Maui.Controls.VisualElement! view, Microsoft.Maui.Graphics.Rect bounds, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
416420
static Microsoft.Maui.Controls.ViewExtensions.RelRotateToAsync(this Microsoft.Maui.Controls.VisualElement! view, double drotation, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
@@ -452,6 +456,8 @@ static readonly Microsoft.Maui.Controls.Border.SafeAreaEdgesProperty -> Microsof
452456
~static readonly Microsoft.Maui.Controls.TemplatedView.IsClippedToBoundsProperty -> Microsoft.Maui.Controls.BindableProperty
453457
~static readonly Microsoft.Maui.Controls.TemplatedView.PaddingProperty -> Microsoft.Maui.Controls.BindableProperty
454458
~static readonly Microsoft.Maui.Controls.TimePicker.IsOpenProperty -> Microsoft.Maui.Controls.BindableProperty
459+
static readonly Microsoft.Maui.Controls.ToolTipProperties.DelayProperty -> Microsoft.Maui.Controls.BindableProperty!
460+
static readonly Microsoft.Maui.Controls.ToolTipProperties.DurationProperty -> Microsoft.Maui.Controls.BindableProperty!
455461
static readonly Microsoft.Maui.Controls.Window.IsMaximizableProperty -> Microsoft.Maui.Controls.BindableProperty!
456462
static readonly Microsoft.Maui.Controls.Window.IsMinimizableProperty -> Microsoft.Maui.Controls.BindableProperty!
457463
~virtual Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangedDelegate.Invoke(Microsoft.Maui.Controls.BindableObject bindable, object oldValue, object newValue) -> void

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,10 @@ static Microsoft.Maui.Controls.Platform.FormattedStringExtensions.ToNSAttributed
400400
static Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter.ParseStringToPathFigureCollection(Microsoft.Maui.Controls.Shapes.PathFigureCollection! pathFigureCollection, string? pathString) -> void
401401
~static Microsoft.Maui.Controls.Shell.GetNavBarVisibilityAnimationEnabled(Microsoft.Maui.Controls.BindableObject obj) -> bool
402402
~static Microsoft.Maui.Controls.Shell.SetNavBarVisibilityAnimationEnabled(Microsoft.Maui.Controls.BindableObject obj, bool value) -> void
403+
static Microsoft.Maui.Controls.ToolTipProperties.GetDelay(Microsoft.Maui.Controls.BindableObject! bindable) -> int?
404+
static Microsoft.Maui.Controls.ToolTipProperties.GetDuration(Microsoft.Maui.Controls.BindableObject! bindable) -> int?
405+
static Microsoft.Maui.Controls.ToolTipProperties.SetDelay(Microsoft.Maui.Controls.BindableObject! bindable, int? value) -> void
406+
static Microsoft.Maui.Controls.ToolTipProperties.SetDuration(Microsoft.Maui.Controls.BindableObject! bindable, int? value) -> void
403407
static Microsoft.Maui.Controls.ViewExtensions.FadeToAsync(this Microsoft.Maui.Controls.VisualElement! view, double opacity, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
404408
static Microsoft.Maui.Controls.ViewExtensions.LayoutToAsync(this Microsoft.Maui.Controls.VisualElement! view, Microsoft.Maui.Graphics.Rect bounds, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
405409
static Microsoft.Maui.Controls.ViewExtensions.RelRotateToAsync(this Microsoft.Maui.Controls.VisualElement! view, double drotation, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
@@ -440,6 +444,8 @@ static readonly Microsoft.Maui.Controls.Border.SafeAreaEdgesProperty -> Microsof
440444
~static readonly Microsoft.Maui.Controls.TemplatedView.IsClippedToBoundsProperty -> Microsoft.Maui.Controls.BindableProperty
441445
~static readonly Microsoft.Maui.Controls.TemplatedView.PaddingProperty -> Microsoft.Maui.Controls.BindableProperty
442446
~static readonly Microsoft.Maui.Controls.TimePicker.IsOpenProperty -> Microsoft.Maui.Controls.BindableProperty
447+
static readonly Microsoft.Maui.Controls.ToolTipProperties.DelayProperty -> Microsoft.Maui.Controls.BindableProperty!
448+
static readonly Microsoft.Maui.Controls.ToolTipProperties.DurationProperty -> Microsoft.Maui.Controls.BindableProperty!
443449
static readonly Microsoft.Maui.Controls.Window.IsMaximizableProperty -> Microsoft.Maui.Controls.BindableProperty!
444450
static readonly Microsoft.Maui.Controls.Window.IsMinimizableProperty -> Microsoft.Maui.Controls.BindableProperty!
445451
~virtual Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangedDelegate.Invoke(Microsoft.Maui.Controls.BindableObject bindable, object oldValue, object newValue) -> void

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,10 @@ static Microsoft.Maui.Controls.Platform.FormattedStringExtensions.ToNSAttributed
400400
static Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter.ParseStringToPathFigureCollection(Microsoft.Maui.Controls.Shapes.PathFigureCollection! pathFigureCollection, string? pathString) -> void
401401
~static Microsoft.Maui.Controls.Shell.GetNavBarVisibilityAnimationEnabled(Microsoft.Maui.Controls.BindableObject obj) -> bool
402402
~static Microsoft.Maui.Controls.Shell.SetNavBarVisibilityAnimationEnabled(Microsoft.Maui.Controls.BindableObject obj, bool value) -> void
403+
static Microsoft.Maui.Controls.ToolTipProperties.GetDelay(Microsoft.Maui.Controls.BindableObject! bindable) -> int?
404+
static Microsoft.Maui.Controls.ToolTipProperties.GetDuration(Microsoft.Maui.Controls.BindableObject! bindable) -> int?
405+
static Microsoft.Maui.Controls.ToolTipProperties.SetDelay(Microsoft.Maui.Controls.BindableObject! bindable, int? value) -> void
406+
static Microsoft.Maui.Controls.ToolTipProperties.SetDuration(Microsoft.Maui.Controls.BindableObject! bindable, int? value) -> void
403407
static Microsoft.Maui.Controls.ViewExtensions.FadeToAsync(this Microsoft.Maui.Controls.VisualElement! view, double opacity, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
404408
static Microsoft.Maui.Controls.ViewExtensions.LayoutToAsync(this Microsoft.Maui.Controls.VisualElement! view, Microsoft.Maui.Graphics.Rect bounds, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
405409
static Microsoft.Maui.Controls.ViewExtensions.RelRotateToAsync(this Microsoft.Maui.Controls.VisualElement! view, double drotation, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
@@ -440,6 +444,8 @@ static readonly Microsoft.Maui.Controls.Border.SafeAreaEdgesProperty -> Microsof
440444
~static readonly Microsoft.Maui.Controls.TemplatedView.IsClippedToBoundsProperty -> Microsoft.Maui.Controls.BindableProperty
441445
~static readonly Microsoft.Maui.Controls.TemplatedView.PaddingProperty -> Microsoft.Maui.Controls.BindableProperty
442446
~static readonly Microsoft.Maui.Controls.TimePicker.IsOpenProperty -> Microsoft.Maui.Controls.BindableProperty
447+
static readonly Microsoft.Maui.Controls.ToolTipProperties.DelayProperty -> Microsoft.Maui.Controls.BindableProperty!
448+
static readonly Microsoft.Maui.Controls.ToolTipProperties.DurationProperty -> Microsoft.Maui.Controls.BindableProperty!
443449
static readonly Microsoft.Maui.Controls.Window.IsMaximizableProperty -> Microsoft.Maui.Controls.BindableProperty!
444450
static readonly Microsoft.Maui.Controls.Window.IsMinimizableProperty -> Microsoft.Maui.Controls.BindableProperty!
445451
~virtual Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangedDelegate.Invoke(Microsoft.Maui.Controls.BindableObject bindable, object oldValue, object newValue) -> void

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,10 @@ static Microsoft.Maui.Controls.Platform.FormattedStringExtensions.UpdateInlines(
392392
static Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter.ParseStringToPathFigureCollection(Microsoft.Maui.Controls.Shapes.PathFigureCollection! pathFigureCollection, string? pathString) -> void
393393
~static Microsoft.Maui.Controls.Shell.GetNavBarVisibilityAnimationEnabled(Microsoft.Maui.Controls.BindableObject obj) -> bool
394394
~static Microsoft.Maui.Controls.Shell.SetNavBarVisibilityAnimationEnabled(Microsoft.Maui.Controls.BindableObject obj, bool value) -> void
395+
static Microsoft.Maui.Controls.ToolTipProperties.GetDelay(Microsoft.Maui.Controls.BindableObject! bindable) -> int?
396+
static Microsoft.Maui.Controls.ToolTipProperties.GetDuration(Microsoft.Maui.Controls.BindableObject! bindable) -> int?
397+
static Microsoft.Maui.Controls.ToolTipProperties.SetDelay(Microsoft.Maui.Controls.BindableObject! bindable, int? value) -> void
398+
static Microsoft.Maui.Controls.ToolTipProperties.SetDuration(Microsoft.Maui.Controls.BindableObject! bindable, int? value) -> void
395399
static Microsoft.Maui.Controls.ViewExtensions.FadeToAsync(this Microsoft.Maui.Controls.VisualElement! view, double opacity, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
396400
static Microsoft.Maui.Controls.ViewExtensions.LayoutToAsync(this Microsoft.Maui.Controls.VisualElement! view, Microsoft.Maui.Graphics.Rect bounds, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
397401
static Microsoft.Maui.Controls.ViewExtensions.RelRotateToAsync(this Microsoft.Maui.Controls.VisualElement! view, double drotation, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
@@ -432,6 +436,8 @@ static readonly Microsoft.Maui.Controls.Border.SafeAreaEdgesProperty -> Microsof
432436
~static readonly Microsoft.Maui.Controls.TemplatedView.IsClippedToBoundsProperty -> Microsoft.Maui.Controls.BindableProperty
433437
~static readonly Microsoft.Maui.Controls.TemplatedView.PaddingProperty -> Microsoft.Maui.Controls.BindableProperty
434438
~static readonly Microsoft.Maui.Controls.TimePicker.IsOpenProperty -> Microsoft.Maui.Controls.BindableProperty
439+
static readonly Microsoft.Maui.Controls.ToolTipProperties.DelayProperty -> Microsoft.Maui.Controls.BindableProperty!
440+
static readonly Microsoft.Maui.Controls.ToolTipProperties.DurationProperty -> Microsoft.Maui.Controls.BindableProperty!
435441
static readonly Microsoft.Maui.Controls.Window.IsMaximizableProperty -> Microsoft.Maui.Controls.BindableProperty!
436442
static readonly Microsoft.Maui.Controls.Window.IsMinimizableProperty -> Microsoft.Maui.Controls.BindableProperty!
437443
~virtual Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangedDelegate.Invoke(Microsoft.Maui.Controls.BindableObject bindable, object oldValue, object newValue) -> void

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,10 @@ override Microsoft.Maui.Controls.WebViewSourceTypeConverter.ConvertTo(System.Com
385385
static Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter.ParseStringToPathFigureCollection(Microsoft.Maui.Controls.Shapes.PathFigureCollection! pathFigureCollection, string? pathString) -> void
386386
~static Microsoft.Maui.Controls.Shell.GetNavBarVisibilityAnimationEnabled(Microsoft.Maui.Controls.BindableObject obj) -> bool
387387
~static Microsoft.Maui.Controls.Shell.SetNavBarVisibilityAnimationEnabled(Microsoft.Maui.Controls.BindableObject obj, bool value) -> void
388+
static Microsoft.Maui.Controls.ToolTipProperties.GetDelay(Microsoft.Maui.Controls.BindableObject! bindable) -> int?
389+
static Microsoft.Maui.Controls.ToolTipProperties.GetDuration(Microsoft.Maui.Controls.BindableObject! bindable) -> int?
390+
static Microsoft.Maui.Controls.ToolTipProperties.SetDelay(Microsoft.Maui.Controls.BindableObject! bindable, int? value) -> void
391+
static Microsoft.Maui.Controls.ToolTipProperties.SetDuration(Microsoft.Maui.Controls.BindableObject! bindable, int? value) -> void
388392
static Microsoft.Maui.Controls.ViewExtensions.FadeToAsync(this Microsoft.Maui.Controls.VisualElement! view, double opacity, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
389393
static Microsoft.Maui.Controls.ViewExtensions.LayoutToAsync(this Microsoft.Maui.Controls.VisualElement! view, Microsoft.Maui.Graphics.Rect bounds, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
390394
static Microsoft.Maui.Controls.ViewExtensions.RelRotateToAsync(this Microsoft.Maui.Controls.VisualElement! view, double drotation, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
@@ -425,6 +429,8 @@ static readonly Microsoft.Maui.Controls.Border.SafeAreaEdgesProperty -> Microsof
425429
~static readonly Microsoft.Maui.Controls.TemplatedView.IsClippedToBoundsProperty -> Microsoft.Maui.Controls.BindableProperty
426430
~static readonly Microsoft.Maui.Controls.TemplatedView.PaddingProperty -> Microsoft.Maui.Controls.BindableProperty
427431
~static readonly Microsoft.Maui.Controls.TimePicker.IsOpenProperty -> Microsoft.Maui.Controls.BindableProperty
432+
static readonly Microsoft.Maui.Controls.ToolTipProperties.DelayProperty -> Microsoft.Maui.Controls.BindableProperty!
433+
static readonly Microsoft.Maui.Controls.ToolTipProperties.DurationProperty -> Microsoft.Maui.Controls.BindableProperty!
428434
static readonly Microsoft.Maui.Controls.Window.IsMaximizableProperty -> Microsoft.Maui.Controls.BindableProperty!
429435
static readonly Microsoft.Maui.Controls.Window.IsMinimizableProperty -> Microsoft.Maui.Controls.BindableProperty!
430436
~virtual Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangedDelegate.Invoke(Microsoft.Maui.Controls.BindableObject bindable, object oldValue, object newValue) -> void

src/Controls/src/Core/PublicAPI/netstandard/PublicAPI.Unshipped.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,10 @@ override Microsoft.Maui.Controls.WebViewSourceTypeConverter.ConvertTo(System.Com
385385
static Microsoft.Maui.Controls.Shapes.PathFigureCollectionConverter.ParseStringToPathFigureCollection(Microsoft.Maui.Controls.Shapes.PathFigureCollection! pathFigureCollection, string? pathString) -> void
386386
~static Microsoft.Maui.Controls.Shell.GetNavBarVisibilityAnimationEnabled(Microsoft.Maui.Controls.BindableObject obj) -> bool
387387
~static Microsoft.Maui.Controls.Shell.SetNavBarVisibilityAnimationEnabled(Microsoft.Maui.Controls.BindableObject obj, bool value) -> void
388+
static Microsoft.Maui.Controls.ToolTipProperties.GetDelay(Microsoft.Maui.Controls.BindableObject! bindable) -> int?
389+
static Microsoft.Maui.Controls.ToolTipProperties.GetDuration(Microsoft.Maui.Controls.BindableObject! bindable) -> int?
390+
static Microsoft.Maui.Controls.ToolTipProperties.SetDelay(Microsoft.Maui.Controls.BindableObject! bindable, int? value) -> void
391+
static Microsoft.Maui.Controls.ToolTipProperties.SetDuration(Microsoft.Maui.Controls.BindableObject! bindable, int? value) -> void
388392
static Microsoft.Maui.Controls.ViewExtensions.FadeToAsync(this Microsoft.Maui.Controls.VisualElement! view, double opacity, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
389393
static Microsoft.Maui.Controls.ViewExtensions.LayoutToAsync(this Microsoft.Maui.Controls.VisualElement! view, Microsoft.Maui.Graphics.Rect bounds, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
390394
static Microsoft.Maui.Controls.ViewExtensions.RelRotateToAsync(this Microsoft.Maui.Controls.VisualElement! view, double drotation, uint length = 250, Microsoft.Maui.Easing? easing = null) -> System.Threading.Tasks.Task<bool>!
@@ -425,6 +429,8 @@ static readonly Microsoft.Maui.Controls.Border.SafeAreaEdgesProperty -> Microsof
425429
~static readonly Microsoft.Maui.Controls.TemplatedView.IsClippedToBoundsProperty -> Microsoft.Maui.Controls.BindableProperty
426430
~static readonly Microsoft.Maui.Controls.TemplatedView.PaddingProperty -> Microsoft.Maui.Controls.BindableProperty
427431
~static readonly Microsoft.Maui.Controls.TimePicker.IsOpenProperty -> Microsoft.Maui.Controls.BindableProperty
432+
static readonly Microsoft.Maui.Controls.ToolTipProperties.DelayProperty -> Microsoft.Maui.Controls.BindableProperty!
433+
static readonly Microsoft.Maui.Controls.ToolTipProperties.DurationProperty -> Microsoft.Maui.Controls.BindableProperty!
428434
static readonly Microsoft.Maui.Controls.Window.IsMaximizableProperty -> Microsoft.Maui.Controls.BindableProperty!
429435
static readonly Microsoft.Maui.Controls.Window.IsMinimizableProperty -> Microsoft.Maui.Controls.BindableProperty!
430436
~virtual Microsoft.Maui.Controls.BindableProperty.BindingPropertyChangedDelegate.Invoke(Microsoft.Maui.Controls.BindableObject bindable, object oldValue, object newValue) -> void

src/Core/src/Platform/Windows/ViewExtensions.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,13 +274,15 @@ public static void UpdateToolTip(this FrameworkElement platformView, ToolTip? to
274274
// Set delay if specified
275275
if (tooltip?.Delay.HasValue == true)
276276
{
277-
ToolTipService.SetInitialShowDelay(platformView, tooltip.Delay.Value);
277+
// TODO: this does not exist
278+
// ToolTipService.SetInitialShowDelay(platformView, tooltip.Delay.Value);
278279
}
279280

280281
// Set duration if specified
281282
if (tooltip?.Duration.HasValue == true)
282283
{
283-
ToolTipService.SetShowDuration(platformView, tooltip.Duration.Value);
284+
// TODO: this does not exist
285+
// ToolTipService.SetShowDuration(platformView, tooltip.Duration.Value);
284286
}
285287
}
286288

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ Microsoft.Maui.SwipeViewSwipeEnded.Deconstruct(out Microsoft.Maui.SwipeDirection
8989
Microsoft.Maui.SwipeViewSwipeEnded.SwipeViewSwipeEnded(Microsoft.Maui.SwipeViewSwipeEnded! original) -> void
9090
Microsoft.Maui.SwipeViewSwipeStarted.Deconstruct(out Microsoft.Maui.SwipeDirection SwipeDirection) -> void
9191
Microsoft.Maui.SwipeViewSwipeStarted.SwipeViewSwipeStarted(Microsoft.Maui.SwipeViewSwipeStarted! original) -> void
92+
Microsoft.Maui.ToolTip.Delay.get -> int?
93+
Microsoft.Maui.ToolTip.Delay.set -> void
94+
Microsoft.Maui.ToolTip.Duration.get -> int?
95+
Microsoft.Maui.ToolTip.Duration.set -> void
9296
Microsoft.Maui.WebResourceRequestedEventArgs
9397
Microsoft.Maui.WebResourceRequestedEventArgs.Request.get -> Android.Webkit.IWebResourceRequest!
9498
Microsoft.Maui.WebResourceRequestedEventArgs.Response.get -> Android.Webkit.WebResourceResponse?

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ Microsoft.Maui.SwipeViewSwipeEnded.Deconstruct(out Microsoft.Maui.SwipeDirection
8484
Microsoft.Maui.SwipeViewSwipeEnded.SwipeViewSwipeEnded(Microsoft.Maui.SwipeViewSwipeEnded! original) -> void
8585
Microsoft.Maui.SwipeViewSwipeStarted.Deconstruct(out Microsoft.Maui.SwipeDirection SwipeDirection) -> void
8686
Microsoft.Maui.SwipeViewSwipeStarted.SwipeViewSwipeStarted(Microsoft.Maui.SwipeViewSwipeStarted! original) -> void
87+
Microsoft.Maui.ToolTip.Delay.get -> int?
88+
Microsoft.Maui.ToolTip.Delay.set -> void
89+
Microsoft.Maui.ToolTip.Duration.get -> int?
90+
Microsoft.Maui.ToolTip.Duration.set -> void
8791
Microsoft.Maui.WebResourceRequestedEventArgs
8892
Microsoft.Maui.WebResourceRequestedEventArgs.Sender.get -> WebKit.WKWebView!
8993
Microsoft.Maui.WebResourceRequestedEventArgs.UrlSchemeTask.get -> WebKit.IWKUrlSchemeTask!

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ Microsoft.Maui.SwipeViewSwipeEnded.Deconstruct(out Microsoft.Maui.SwipeDirection
8686
Microsoft.Maui.SwipeViewSwipeEnded.SwipeViewSwipeEnded(Microsoft.Maui.SwipeViewSwipeEnded! original) -> void
8787
Microsoft.Maui.SwipeViewSwipeStarted.Deconstruct(out Microsoft.Maui.SwipeDirection SwipeDirection) -> void
8888
Microsoft.Maui.SwipeViewSwipeStarted.SwipeViewSwipeStarted(Microsoft.Maui.SwipeViewSwipeStarted! original) -> void
89+
Microsoft.Maui.ToolTip.Delay.get -> int?
90+
Microsoft.Maui.ToolTip.Delay.set -> void
91+
Microsoft.Maui.ToolTip.Duration.get -> int?
92+
Microsoft.Maui.ToolTip.Duration.set -> void
8993
Microsoft.Maui.WebResourceRequestedEventArgs
9094
Microsoft.Maui.WebResourceRequestedEventArgs.Sender.get -> WebKit.WKWebView!
9195
Microsoft.Maui.WebResourceRequestedEventArgs.UrlSchemeTask.get -> WebKit.IWKUrlSchemeTask!

0 commit comments

Comments
 (0)