Avaya Client Services API Reference (iOS)
Properties | List of all members
CSMatchedContactsWithMatchLevel Class Reference

Contains all results of cached contacts matching. More...

#import <CSContactService.h>

Inherits NSObject.

Properties

NSArray * exactType1Contacts
 Contains the list of matched contacts. More...
 
NSArray * exactType2Contacts
 Contains the list of matched contacts. More...
 
NSArray * partialType1Contacts
 Contains the list of matched contacts. More...
 
NSArray * allContacts
 All matched contacts. More...
 
bool isEmpty
 

Detailed Description

Contains all results of cached contacts matching.

Property Documentation

- (NSArray*) allContacts
readwritenonatomicstrong

All matched contacts.

- (NSArray*) exactType1Contacts
readwritenonatomicstrong

Contains the list of matched contacts.

If the addresses being compared are dial-strings, feature access codes, or phone numbers then this is an exact match after any alphanumeric characters are converted to digits and any visual separators are removed If the addresses being compared are URI's then this an exact match as defined by RFC3261 section 19.1.4.

- (NSArray*) exactType2Contacts
readwritenonatomicstrong

Contains the list of matched contacts.

At least one of the addresses was a URI. The phone number(s) extracted from the URI match in a normalized format.

- (bool) isEmpty
readwritenonatomicassign
- (NSArray*) partialType1Contacts
readwritenonatomicstrong

Contains the list of matched contacts.

The phone number and/or phone numbers extracted from a URI match the rightmost 10 digits


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