Interface FileBoxCallback


public interface FileBoxCallback
Callback for file box changes in a Teamviewer session.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Gets called when a new FileBoxItem was added to the file box either by us or by another participant.
    void
    onFileBoxItemRemoved(long removedId)
    Gets called when a FileBoxItem was removed from the file box.
  • Method Details

    • onFileBoxItemAdded

      void onFileBoxItemAdded(FileBoxItem newFileBoxItem)
      Gets called when a new FileBoxItem 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 a FileBoxItem was removed from the file box.
      Parameters:
      removedId - the id of the removed item.