Class PdfMediaDialog

  • All Implemented Interfaces:
    android.content.ComponentCallbacks , android.content.ComponentCallbacks2 , android.view.KeyEvent.Callback , android.view.LayoutInflater.Factory , android.view.LayoutInflater.Factory2 , android.view.View.OnCreateContextMenuListener , android.view.Window.Callback , com.pspdfkit.media.MediaViewListener

    
    public class PdfMediaDialog
    extends Activity implements MediaViewListener
                        

    A dialog used for displaying media playback.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      PdfMediaDialog()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void onContentReady() Called when the media content is ready to be played.
      void onContentError() Called when the media content has an error and it's unable to be opened.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PdfMediaDialog

        PdfMediaDialog()
    • Method Detail

      • onContentReady

         void onContentReady()

        Called when the media content is ready to be played.

      • onContentError

         void onContentError()

        Called when the media content has an error and it's unable to be opened.