PdfMediaDialog

A dialog used for displaying media playback.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val ARG_MEDIA_URI: String = "PSPDFKit.MediaURI"
Argument used to pass MediaUri to the dialog.
Link copied to clipboard
val ARG_VIDEO_PLAYBACK_ENABLED: String = "PSPDFKit.VideoPlaybackEnabled"
Argument used to enabled/disable video playback.
Link copied to clipboard
val TAG: String = "PSPDFKit.MediaDialog"
Fragment tag.

Functions

Link copied to clipboard
open fun onContentError()
Called when the media content has an error and it's unable to be opened.
Link copied to clipboard
open fun onContentReady()
Called when the media content is ready to be played.