Avaya Client Services API Reference (OS X)
Properties | List of all members
CSLocalContactConfiguration Class Reference

For iOS there is no need to have the configuration information. More...

#import <CSLocalContactConfiguration.h>

Inherits NSObject.

Properties

BOOL enabled
 A Boolean value indicating whether the Local device provider is enabled. More...
 
NSUInteger contactMatchingMinDigits
 The minimum number of digits to be used for local contact matching. More...
 

Detailed Description

For iOS there is no need to have the configuration information.

So just enable this service by default.

Property Documentation

- (NSUInteger) contactMatchingMinDigits
readwritenonatomicassign

The minimum number of digits to be used for local contact matching.

The default value is 10. If the number of digits in the received phone number is less than or equal to the configured value, then only a contact with a phone number that exactly matches the received phone number will be matched. Otherwise, contact matching will be based on the right-most 'N' digits of contact's phone number where 'N' is the configured value.

- (BOOL) enabled
readwritenonatomicassign

A Boolean value indicating whether the Local device provider is enabled.


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