Interface LibraryManager.GetItemListener

Enclosing interface:
LibraryManager

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

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • onGetItemFinished

      void onGetItemFinished(@Nullable LibraryItem item)
      Parameters:
      item - The requested item or null if it was not found.