Interface LibraryManager.DeleteItemListener

Enclosing interface:
LibraryManager

public static interface LibraryManager.DeleteItemListener
The interface that should be implemented to listen for completion of LibraryManager.deleteItem(String, DeleteItemListener).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDeleteItemFinished(boolean success)
     
  • Method Details

    • onDeleteItemFinished

      void onDeleteItemFinished(boolean success)
      Parameters:
      success - True if the specified item has been deleted, false otherwise.