Interface UIPreviewInteractionDelegate

    • Method Detail

      • didUpdatePreviewTransition

        void didUpdatePreviewTransition​(UIPreviewInteraction previewInteraction,
                                        double transitionProgress,
                                        boolean ended)
        Since:
        Available in iOS 10.0 and later.
      • didCancel

        void didCancel​(UIPreviewInteraction previewInteraction)
        Since:
        Available in iOS 10.0 and later.
      • shouldBegin

        boolean shouldBegin​(UIPreviewInteraction previewInteraction)
        Since:
        Available in iOS 10.0 and later.
      • didUpdateCommitTransition

        void didUpdateCommitTransition​(UIPreviewInteraction previewInteraction,
                                       double transitionProgress,
                                       boolean ended)
        Since:
        Available in iOS 10.0 and later.