Represents custom contact data. More...
#import <SYSearchCustomDataSource.h>
Instance Methods | |
(nonnull instancetype) | - initWithTitle:address: |
Properties | |
NSString * | title |
Contact's title. More... | |
NSString * | address |
Contact's address. More... | |
NSObject * | payload |
Custom application data. More... | |
Represents custom contact data.
- (nonnull instancetype) initWithTitle: | (nonnull NSString *) | title | |
address: | (nullable NSString *) | address | |
|
readwritenonatomicstrong |
Contact's title.
|
readwritenonatomicstrong |
Contact's address.
|
readwritenonatomicstrong |
Custom application data.