SearchContents
@interface SearchContents : NSObject
A collection of search content block data
-
The set of search content blocks ready to be displayed
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSArray<SearchContentBlockData *> *_Nonnull searchContentBlocks;
-
Request additional content (if available) using the same options as the original request.
returns: An array containing the additional search content.
Declaration
Objective-C
- (void)loadMoreContentsWithCompletionHandler: (void (^_Nonnull)(NSArray<SearchContentBlockData *> *_Nullable, NSError *_Nullable))completionHandler;
-
Unavailable
Undocumented
Declaration
Objective-C
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
-
Unavailable
-init is unavailable
Undocumented
Declaration
Objective-C
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");