xamarinios
namespace UIKit
{
[Protocol(Name = "UIAdaptivePresentationControllerDelegate", WrapperType = typeof(UIAdaptivePresentationControllerDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillPresent", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UIPresentationController), typeof(UIModalPresentationStyle), typeof(IUIViewControllerTransitionCoordinator) }, Selector = "presentationController:willPresentWithAdaptiveStyle:transitionCoordinator:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillDismiss", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIPresentationController) }, Selector = "presentationControllerWillDismiss:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidDismiss", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIPresentationController) }, Selector = "presentationControllerDidDismiss:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidAttemptToDismiss", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIPresentationController) }, Selector = "presentationControllerDidAttemptToDismiss:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetAdaptivePresentationStyle", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIPresentationController) }, ReturnType = typeof(UIModalPresentationStyle), Selector = "adaptivePresentationStyleForPresentationController:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetViewControllerForAdaptivePresentation", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIPresentationController), typeof(UIModalPresentationStyle) }, ReturnType = typeof(UIViewController), Selector = "presentationController:viewControllerForAdaptivePresentationStyle:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetAdaptivePresentationStyle", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIPresentationController), typeof(UITraitCollection) }, ReturnType = typeof(UIModalPresentationStyle), Selector = "adaptivePresentationStyleForPresentationController:traitCollection:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ShouldDismiss", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UIPresentationController) }, ReturnType = typeof(bool), Selector = "presentationControllerShouldDismiss:")]
public interface IUIAdaptivePresentationControllerDelegate : INativeObject, IDisposable
}
nuget.org | 0.0 %
Reference this API 0.0 %
Derive from this class or interface |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |