Interface LibraryManager.SetItemLockStateListener

Enclosing interface:
LibraryManager

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

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

    • onSetItemLockStateFinished

      void onSetItemLockStateFinished(boolean success)
      Parameters:
      success - True if the specified item's lock state has been changed, false otherwise.