Package com.teamviewer.sdk.screensharing
Interface FileBoxCallback
public interface FileBoxCallback
Callback for file box changes in a Teamviewer session.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFileBoxItemAdded
(FileBoxItem newFileBoxItem) Gets called when a newFileBoxItem
was added to the file box either by us or by another participant.void
onFileBoxItemRemoved
(long removedId) Gets called when aFileBoxItem
was removed from the file box.
-
Method Details
-
onFileBoxItemAdded
Gets called when a newFileBoxItem
was added to the file box either by us or by another participant.- Parameters:
newFileBoxItem
- the new item which was added to the file box.
-
onFileBoxItemRemoved
void onFileBoxItemRemoved(long removedId) Gets called when aFileBoxItem
was removed from the file box.- Parameters:
removedId
- the id of the removed item.
-