SYSearchFlatDataItem Class Reference

Represents a searchable item which can be found with SYFlatDataSearch. More...

#import <SYSearch.h>

Inheritance diagram for SYSearchFlatDataItem:
Collaboration diagram for SYSearchFlatDataItem:

Instance Methods

(nonnull instancetype) - initWithTitle:
 
(nonnull instancetype) - initWithTitle:subtitle:location:payload:
 
((unavailable("Use init with parameters instead.") - __attribute__
 

Class Methods

((unavailable("Use init with parameters instead.") + __attribute__
 

Properties

NSString * title
 
NSString * subtitle
 
SYGeoCoordinatelocation
 
NSObject * payload
 Any useful object associated with this exact searchable item. More...
 

Detailed Description

Represents a searchable item which can be found with SYFlatDataSearch.

Method Documentation

◆ initWithTitle:

- (nonnull instancetype) initWithTitle: (nonnull NSString *)  title

◆ initWithTitle:subtitle:location:payload:

- (nonnull instancetype) initWithTitle: (nonnull NSString *)  title
subtitle: (nullable NSString *)  subtitle
location: (nullable SYGeoCoordinate *)  location
payload: (nullable NSObject *)  payload 

◆ __attribute__ [1/2]

- ((unavailable("Use init with parameters instead.") __attribute__

◆ __attribute__ [2/2]

+ ((unavailable("Use init with parameters instead.") __attribute__

Property Documentation

◆ title

- (NSString*) title
readwritenonatomicstrong

◆ subtitle

- (NSString*) subtitle
readwritenonatomicstrong

◆ location

- (SYGeoCoordinate*) location
readwritenonatomicstrong

◆ payload

- (NSObject*) payload
readwritenonatomicstrong

Any useful object associated with this exact searchable item.


The documentation for this class was generated from the following file: