Package org.robovm.apple.foundation
Class NSMetadataQuery.Notifications
java.lang.Object
org.robovm.apple.foundation.NSMetadataQuery.Notifications
- Enclosing class:
- NSMetadataQuery
public static class NSMetadataQuery.Notifications extends Object
-
Constructor Summary
Constructors Constructor Description Notifications() -
Method Summary
Modifier and Type Method Description static NSObjectProtocolobserveDidFinishGathering(NSMetadataQuery object, VoidBlock2<NSMetadataQuery,NSMetadataQueryUpdatedItems> block)static NSObjectProtocolobserveDidStartGathering(NSMetadataQuery object, VoidBlock2<NSMetadataQuery,NSMetadataQueryUpdatedItems> block)static NSObjectProtocolobserveDidUpdate(NSMetadataQuery object, VoidBlock2<NSMetadataQuery,NSMetadataQueryUpdatedItems> block)static NSObjectProtocolobserveGatheringProgress(NSMetadataQuery object, VoidBlock2<NSMetadataQuery,NSMetadataQueryUpdatedItems> block)
-
Constructor Details
-
Notifications
public Notifications()
-
-
Method Details
-
observeDidStartGathering
public static NSObjectProtocol observeDidStartGathering(NSMetadataQuery object, VoidBlock2<NSMetadataQuery,NSMetadataQueryUpdatedItems> block)- Since:
- Available in iOS 5.0 and later.
-
observeGatheringProgress
public static NSObjectProtocol observeGatheringProgress(NSMetadataQuery object, VoidBlock2<NSMetadataQuery,NSMetadataQueryUpdatedItems> block)- Since:
- Available in iOS 5.0 and later.
-
observeDidFinishGathering
public static NSObjectProtocol observeDidFinishGathering(NSMetadataQuery object, VoidBlock2<NSMetadataQuery,NSMetadataQueryUpdatedItems> block)- Since:
- Available in iOS 5.0 and later.
-
observeDidUpdate
public static NSObjectProtocol observeDidUpdate(NSMetadataQuery object, VoidBlock2<NSMetadataQuery,NSMetadataQueryUpdatedItems> block)- Since:
- Available in iOS 5.0 and later.
-