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:
Name | Type | Description |
---|---|---|
fileConverted | VTFileConverted | The converted file. |
started
▸ started(filePresentation
: VTFilePresentation)
Called when a presenter starts sharing a file.
Parameters:
Name | Type | Description |
---|---|---|
filePresentation | VTFilePresentation | The presented file. |
updated
▸ updated(filePresentation
: VTFilePresentation)
Called when a presenter changes the displayed page of the shared file.
Parameters:
Name | Type | Description |
---|---|---|
filePresentation | VTFilePresentation | The presented file. |
stopped
▸ stopped(filePresentation
: VTFilePresentation)
Called when a presenter ends a file presentation.
Parameters:
Name | Type | Description |
---|---|---|
filePresentation | VTFilePresentation | The presented file. |
Updated about 2 years ago