FileBoxCallback

interface FileBoxCallback

Callback for file box changes in a Teamviewer session.

Functions

Link copied to clipboard
abstract fun onFileBoxItemAdded(newFileBoxItem: FileBoxItem)

Gets called when a new FileBoxItem was added to the file box either by us or by another participant.

Link copied to clipboard
abstract fun onFileBoxItemRemoved(removedId: Long)

Gets called when a FileBoxItem was removed from the file box.