SYSearchContact Class Reference

Represents custom contact data. More...

#import <SYSearchCustomDataSource.h>

Inheritance diagram for SYSearchContact:
Collaboration diagram for SYSearchContact:

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...
 

Detailed Description

Represents custom contact data.

Method Documentation

◆ initWithTitle:address:()

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

Property Documentation

◆ address

- (NSString*) address
readwritenonatomicstrong

Contact's address.

◆ payload

- (NSObject*) payload
readwritenonatomicstrong

Custom application data.

◆ title

- (NSString*) title
readwritenonatomicstrong

Contact's title.


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