Interface MPPlayableContentDelegate

    • Method Detail

      • initiatePlayback

        void initiatePlayback​(MPPlayableContentManager contentManager,
                              NSIndexPath indexPath,
                              org.robovm.objc.block.VoidBlock1<NSError> completionHandler)
        Since:
        Available in iOS 7.1 and later.
      • initiatePlaybackQueue

        @Deprecated
        void initiatePlaybackQueue​(MPPlayableContentManager contentManager,
                                   org.robovm.objc.block.VoidBlock1<NSError> completionHandler)
        Deprecated.
        Deprecated in iOS 9.3. Use Intents framework for initiating playback queues.
        Since:
        Available in iOS 9.0 and later.
      • initializePlaybackQueueWithContent

        @Deprecated
        void initializePlaybackQueueWithContent​(MPPlayableContentManager contentManager,
                                                NSArray<?> contentItems,
                                                org.robovm.objc.block.VoidBlock1<NSError> completionHandler)
        Deprecated.
        Deprecated in iOS 12.0. Use Intents framework for initiating playback queues.
        Since:
        Available in iOS 9.3 and later.