IUITabBarControllerSidebarDelegate Interface

Definition

This interface represents the Objective-C protocol UITabBarControllerSidebarDelegate.

[Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="UITabBarControllerSidebarDelegate", WrapperType=typeof(UIKit.UITabBarControllerSidebarDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="SidebarVisibilityWillChange", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.IUITabBarControllerSidebarAnimating) }, Selector="tabBarController:sidebarVisibilityWillChange:animator:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetItemForRequest", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.UITabSidebarItemRequest) }, ReturnType=typeof(UIKit.UITabSidebarItem), Selector="tabBarController:sidebar:itemForRequest:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="UpdateItem", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.UITabSidebarItem) }, Selector="tabBarController:sidebar:updateItem:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillBeginDisplayingTab", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.UITab) }, Selector="tabBarController:sidebar:willBeginDisplayingTab:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidEndDisplayingTab", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.UITab) }, Selector="tabBarController:sidebar:didEndDisplayingTab:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetLeadingSwipeActionsConfigurationForTab", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.UITab) }, ReturnType=typeof(UIKit.UISwipeActionsConfiguration), Selector="tabBarController:sidebar:leadingSwipeActionsConfigurationForTab:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetTrailingSwipeActionsConfigurationForTab", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.UITab) }, ReturnType=typeof(UIKit.UISwipeActionsConfiguration), Selector="tabBarController:sidebar:trailingSwipeActionsConfigurationForTab:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetContextMenuConfigurationForTab", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.UITab) }, ReturnType=typeof(UIKit.UIContextMenuConfiguration), Selector="tabBarController:sidebar:contextMenuConfigurationForTab:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetItemsForBeginningDragSession", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.IUIDragSession), typeof(UIKit.UITab) }, ReturnType=typeof(UIKit.UIDragItem[]), Selector="tabBarController:sidebar:itemsForBeginningDragSession:tab:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetItemsForAddingToDragSession", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.IUIDragSession), typeof(UIKit.UITab) }, ReturnType=typeof(UIKit.UIDragItem[]), Selector="tabBarController:sidebar:itemsForAddingToDragSession:tab:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetOperationForAcceptingItemsFromDropSession", ParameterByRef=new System.Boolean[] { false, false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.UIAction), typeof(UIKit.UITabGroup), typeof(UIKit.IUIDropSession) }, ReturnType=typeof(UIKit.UIDropOperation), Selector="tabBarController:sidebar:sidebarAction:group:operationForAcceptingItemsFromDropSession:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="AcceptItemsFromDropSession", ParameterByRef=new System.Boolean[] { false, false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.UIAction), typeof(UIKit.UITabGroup), typeof(UIKit.IUIDropSession) }, Selector="tabBarController:sidebar:sidebarAction:group:acceptItemsFromDropSession:")]
public interface IUITabBarControllerSidebarDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(BackwardsCompatibleCodeGeneration=false, Name="UITabBarControllerSidebarDelegate", WrapperType=typeof(UIKit.UITabBarControllerSidebarDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="SidebarVisibilityWillChange", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.IUITabBarControllerSidebarAnimating) }, Selector="tabBarController:sidebarVisibilityWillChange:animator:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetItemForRequest", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.UITabSidebarItemRequest) }, ReturnType=typeof(UIKit.UITabSidebarItem), Selector="tabBarController:sidebar:itemForRequest:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="UpdateItem", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.UITabSidebarItem) }, Selector="tabBarController:sidebar:updateItem:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillBeginDisplayingTab", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.UITab) }, Selector="tabBarController:sidebar:willBeginDisplayingTab:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidEndDisplayingTab", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.UITab) }, Selector="tabBarController:sidebar:didEndDisplayingTab:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetLeadingSwipeActionsConfigurationForTab", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.UITab) }, ReturnType=typeof(UIKit.UISwipeActionsConfiguration), Selector="tabBarController:sidebar:leadingSwipeActionsConfigurationForTab:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetTrailingSwipeActionsConfigurationForTab", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.UITab) }, ReturnType=typeof(UIKit.UISwipeActionsConfiguration), Selector="tabBarController:sidebar:trailingSwipeActionsConfigurationForTab:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetContextMenuConfigurationForTab", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.UITab) }, ReturnType=typeof(UIKit.UIContextMenuConfiguration), Selector="tabBarController:sidebar:contextMenuConfigurationForTab:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetItemsForBeginningDragSession", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.IUIDragSession), typeof(UIKit.UITab) }, ReturnType=typeof(UIKit.UIDragItem[]), Selector="tabBarController:sidebar:itemsForBeginningDragSession:tab:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetItemsForAddingToDragSession", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.IUIDragSession), typeof(UIKit.UITab) }, ReturnType=typeof(UIKit.UIDragItem[]), Selector="tabBarController:sidebar:itemsForAddingToDragSession:tab:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetOperationForAcceptingItemsFromDropSession", ParameterByRef=new System.Boolean[] { false, false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.UIAction), typeof(UIKit.UITabGroup), typeof(UIKit.IUIDropSession) }, ReturnType=typeof(UIKit.UIDropOperation), Selector="tabBarController:sidebar:sidebarAction:group:operationForAcceptingItemsFromDropSession:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="AcceptItemsFromDropSession", ParameterByRef=new System.Boolean[] { false, false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.UITabBarController), typeof(UIKit.UITabBarControllerSidebar), typeof(UIKit.UIAction), typeof(UIKit.UITabGroup), typeof(UIKit.IUIDropSession) }, Selector="tabBarController:sidebar:sidebarAction:group:acceptItemsFromDropSession:")>]
type IUITabBarControllerSidebarDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to