Type Definitions
The following type definitions are available globally.
-
Typedef for fetch request options key that should be used with KBA_fetchRequestWithOptions:.
Declaration
Objective-C
typedef NSString *KBANSFetchRequestOptionsKey -
Typedef for a block used when performing asynchronous fetches.
Declaration
Objective-C
typedef void (^KBACoreDataCompletionBlock)( NSArray<__kindof NSManagedObject *> *_Nonnull, NSError *_Nullable)Parameters
objectsThe managed objects
errorIf the fetch could not be completed, an error containing more information
Type Definitions Reference