IUITabBarControllerSidebarDelegate
AcceptItemsFromDropSession(UITabBarController, UITabBarControllerSidebar, UIAction, UITabGroup, IUIDropSession)
DidEndDisplayingTab(UITabBarController, UITabBarControllerSidebar, UITab)
GetContextMenuConfigurationForTab(UITabBarController, UITabBarControllerSidebar, UITab)
GetItemForRequest(UITabBarController, UITabBarControllerSidebar, UITabSidebarItemRequest)
GetItemsForAddingToDragSession(UITabBarController, UITabBarControllerSidebar, IUIDragSession, UITab)
GetItemsForBeginningDragSession(UITabBarController, UITabBarControllerSidebar, IUIDragSession, UITab)
GetLeadingSwipeActionsConfigurationForTab(UITabBarController, UITabBarControllerSidebar, UITab)
GetOperationForAcceptingItemsFromDropSession(UITabBarController, UITabBarControllerSidebar, UIAction, UITabGroup, IUIDropSession)
GetTrailingSwipeActionsConfigurationForTab(UITabBarController, UITabBarControllerSidebar, UITab)
SidebarVisibilityWillChange(UITabBarController, UITabBarControllerSidebar, IUITabBarControllerSidebarAnimating)
UpdateItem(UITabBarController, UITabBarControllerSidebar, UITabSidebarItem)
WillBeginDisplayingTab(UITabBarController, UITabBarControllerSidebar, UITab)
net10.0-ios17.2
namespace UIKit
{
[Protocol(BackwardsCompatibleCodeGeneration = false, Name = "UITabBarControllerSidebarDelegate", WrapperType = typeof(UITabBarControllerSidebarDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SidebarVisibilityWillChange", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UITabBarControllerSidebar), typeof(IUITabBarControllerSidebarAnimating) }, Selector = "tabBarController:sidebarVisibilityWillChange:animator:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "UpdateItem", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UITabBarControllerSidebar), typeof(UITabSidebarItem) }, Selector = "tabBarController:sidebar:updateItem:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillBeginDisplayingTab", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UITabBarControllerSidebar), typeof(UITab) }, Selector = "tabBarController:sidebar:willBeginDisplayingTab:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidEndDisplayingTab", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UITabBarControllerSidebar), typeof(UITab) }, Selector = "tabBarController:sidebar:didEndDisplayingTab:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "AcceptItemsFromDropSession", ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UITabBarControllerSidebar), typeof(UIAction), typeof(UITabGroup), typeof(IUIDropSession) }, Selector = "tabBarController:sidebar:sidebarAction:group:acceptItemsFromDropSession:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetItemForRequest", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UITabBarControllerSidebar), typeof(UITabSidebarItemRequest) }, ReturnType = typeof(UITabSidebarItem), Selector = "tabBarController:sidebar:itemForRequest:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetLeadingSwipeActionsConfigurationForTab", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UITabBarControllerSidebar), typeof(UITab) }, ReturnType = typeof(UISwipeActionsConfiguration), Selector = "tabBarController:sidebar:leadingSwipeActionsConfigurationForTab:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetTrailingSwipeActionsConfigurationForTab", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UITabBarControllerSidebar), typeof(UITab) }, ReturnType = typeof(UISwipeActionsConfiguration), Selector = "tabBarController:sidebar:trailingSwipeActionsConfigurationForTab:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetContextMenuConfigurationForTab", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UITabBarControllerSidebar), typeof(UITab) }, ReturnType = typeof(UIContextMenuConfiguration), Selector = "tabBarController:sidebar:contextMenuConfigurationForTab:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetItemsForBeginningDragSession", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UITabBarControllerSidebar), typeof(IUIDragSession), typeof(UITab) }, ReturnType = typeof(UIDragItem[]), Selector = "tabBarController:sidebar:itemsForBeginningDragSession:tab:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetItemsForAddingToDragSession", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UITabBarControllerSidebar), typeof(IUIDragSession), typeof(UITab) }, ReturnType = typeof(UIDragItem[]), Selector = "tabBarController:sidebar:itemsForAddingToDragSession:tab:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetOperationForAcceptingItemsFromDropSession", ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(UITabBarController), typeof(UITabBarControllerSidebar), typeof(UIAction), typeof(UITabGroup), typeof(IUIDropSession) }, ReturnType = typeof(UIDropOperation), Selector = "tabBarController:sidebar:sidebarAction:group:operationForAcceptingItemsFromDropSession:")]
[SupportedOSPlatform("ios18.0")]
[SupportedOSPlatform("maccatalyst18.0")]
[UnsupportedOSPlatform("tvos")]
public interface IUITabBarControllerSidebarDelegate : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("tabBarController:sidebar:trailingSwipeActionsConfigurationForTab:")]
[OptionalMember]
virtual UISwipeActionsConfiguration? GetTrailingSwipeActionsConfigurationForTab(UITabBarController! tabBarController, UITabBarControllerSidebar! sidebar, UITab! tab);
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Platforms | This API is only available when you target a specific platform: |
| iOS | 10.010.110.210.311.011.111.211.311.412.012.112.212.312.413.013.113.213.313.413.513.614.014.114.214.314.414.515.015.215.416.016.116.216.417.017.2 |
| Mac Catalyst | 13.113.213.313.413.514.214.314.414.515.015.215.416.116.216.417.017.2 |
Information specific to net10.0-ios17.2 | |
| Assembly | Microsoft.iOS , Version=18.5.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Preview | The API is contained in a preview framework. |
| Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API