Package org.robovm.apple.uikit
Class UIAdaptivePresentationControllerDelegateAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.uikit.UIAdaptivePresentationControllerDelegateAdapter
- All Implemented Interfaces:
NSObjectProtocol,UIAdaptivePresentationControllerDelegate,ObjCProtocol
- Direct Known Subclasses:
UIPopoverPresentationControllerDelegateAdapter,UISheetPresentationControllerDelegateAdapter
public class UIAdaptivePresentationControllerDelegateAdapter extends NSObject implements UIAdaptivePresentationControllerDelegate
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Constructor Description UIAdaptivePresentationControllerDelegateAdapter() -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
UIAdaptivePresentationControllerDelegateAdapter
public UIAdaptivePresentationControllerDelegateAdapter()
-
-
Method Details
-
getAdaptivePresentationStyle
- Specified by:
getAdaptivePresentationStylein interfaceUIAdaptivePresentationControllerDelegate
-
getAdaptivePresentationStyle
public UIModalPresentationStyle getAdaptivePresentationStyle(UIPresentationController controller, UITraitCollection traitCollection)- Specified by:
getAdaptivePresentationStylein interfaceUIAdaptivePresentationControllerDelegate- Since:
- Available in iOS 8.3 and later.
-
prepareAdaptivePresentationController
public void prepareAdaptivePresentationController(UIPresentationController presentationController, UIPresentationController adaptivePresentationController)- Specified by:
prepareAdaptivePresentationControllerin interfaceUIAdaptivePresentationControllerDelegate- Since:
- Available in iOS 15.0 and later.
-
getViewController
public UIViewController getViewController(UIPresentationController controller, UIModalPresentationStyle style)- Specified by:
getViewControllerin interfaceUIAdaptivePresentationControllerDelegate
-
willPresent
public void willPresent(UIPresentationController presentationController, UIModalPresentationStyle style, UIViewControllerTransitionCoordinator transitionCoordinator)- Specified by:
willPresentin interfaceUIAdaptivePresentationControllerDelegate- Since:
- Available in iOS 8.3 and later.
-
presentationControllerShouldDismiss
public boolean presentationControllerShouldDismiss(UIPresentationController presentationController)- Specified by:
presentationControllerShouldDismissin interfaceUIAdaptivePresentationControllerDelegate- Since:
- Available in iOS 13.0 and later.
-
presentationControllerWillDismiss
- Specified by:
presentationControllerWillDismissin interfaceUIAdaptivePresentationControllerDelegate- Since:
- Available in iOS 13.0 and later.
-
presentationControllerDidDismiss
- Specified by:
presentationControllerDidDismissin interfaceUIAdaptivePresentationControllerDelegate- Since:
- Available in iOS 13.0 and later.
-
presentationControllerDidAttemptToDismiss
public void presentationControllerDidAttemptToDismiss(UIPresentationController presentationController)- Specified by:
presentationControllerDidAttemptToDismissin interfaceUIAdaptivePresentationControllerDelegate- Since:
- Available in iOS 13.0 and later.
-