Package com.pspdfkit.ui
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.
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
TAG
public final static String
ARG_MEDIA_URI
public final static String
ARG_VIDEO_PLAYBACK_ENABLED
-
Constructor Summary
Constructors Constructor Description PdfMediaDialog()
-
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. -
-
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.
-
-
-
-