VTFilePresentationDelegate

The VTFilePresentationDelegate model allows subscribing to callbacks that inform about the FilePresentationService events.

Methods

converted

converted(fileConverted: VTFileConverted)

Called when a file conversion is finished.

Parameters:

NameTypeDescription
fileConvertedVTFileConvertedThe converted file.

started

started(filePresentation: VTFilePresentation)

Called when a presenter starts sharing a file.

Parameters:

NameTypeDescription
filePresentationVTFilePresentationThe presented file.

updated

updated(filePresentation: VTFilePresentation)

Called when a presenter changes the displayed page of the shared file.

Parameters:

NameTypeDescription
filePresentationVTFilePresentationThe presented file.

stopped

stopped(filePresentation: VTFilePresentation)

Called when a presenter ends a file presentation.

Parameters:

NameTypeDescription
filePresentationVTFilePresentationThe presented file.