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

Represents a participant's phone number. More...

#import <CSMessagingParticipantPhoneNumber.h>

Inherits NSObject.

Properties

BOOL verified
 Indicates whether the number is verified. More...
 
BOOL primary
 Indicated whether the number is primary. More...
 
NSString * canonicalForm
 Returns E.164 formatted phone number. More...
 
CSMessagingParticipantPhoneNumberType type
 Returns phone number type. More...
 
NSString * customType
 When type has value CSMessagingParticipantPhoneNumberTypeCustom this value represents the name of the custom number type provided by a user. More...
 
NSString * value
 Returns the phone number. More...
 

Detailed Description

Represents a participant's phone number.

Property Documentation

- (NSString*) canonicalForm
readnonatomicassign

Returns E.164 formatted phone number.

Returns
E.164 formatted phone number.
- (NSString*) customType
readnonatomicassign

When type has value CSMessagingParticipantPhoneNumberTypeCustom this value represents the name of the custom number type provided by a user.

See also
type
Returns
phone number custom type.
- (BOOL) primary
readnonatomicassign

Indicated whether the number is primary.

Returns
true if the number is primary.
- (CSMessagingParticipantPhoneNumberType) type
readnonatomicassign

Returns phone number type.

Returns
phone number type.
- (NSString*) value
readnonatomicassign

Returns the phone number.

Returns
the phone number.
- (BOOL) verified
readnonatomicassign

Indicates whether the number is verified.

Returns
true if the number is verified.

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