Interface MediaLibraryListener

    • Method Detail

      • librarySynchronized

        void librarySynchronized​(MediaLibraryEvent event)
        Is called whenever the library was synchronized. Allows for post sync ops.
        Parameters:
        event - event
      • synchronousSynchronization

        void synchronousSynchronization​(MediaLibraryEvent event)
        Is called right before the synchronization start.
        Parameters:
        event - event
      • asynchronousSynchronization

        void asynchronousSynchronization​(MediaLibraryEvent event)
        Is called right before the synchronization start.
        Parameters:
        event - event