Package apple.photos.protocol
Interface PHPhotoLibraryChangeObserver
-
public interface PHPhotoLibraryChangeObserver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidphotoLibraryDidChange(PHChange changeInstance)This callback is invoked on an arbitrary serial queue.
-
-
-
Method Detail
-
photoLibraryDidChange
void photoLibraryDidChange(PHChange changeInstance)
This callback is invoked on an arbitrary serial queue. If you need this to be handled on a specific queue, you should redispatch appropriately
-
-