These are the possible types of ABRecord properties.
SDKs
- iOS 2.0–9.0Deprecated
- macOS 10.2+
Framework
- Address
Book
These are the possible types of ABRecord properties.
SDKs
Framework
var k ABError In Property: _ABProperty Type
An invalid property was used.
var k ABString Property: _ABProperty Type
This property is an NSString
object.
var k ABInteger Property: _ABProperty Type
This property is an NSNumber
object representing an integer.
var k ABReal Property: _ABProperty Type
This property is an NSNumber
object representing a real number.
var k ABDate Property: _ABProperty Type
This property is an NSDate
object.
var k ABArray Property: _ABProperty Type
This property is an NSArray
object.
var k ABDictionary Property: _ABProperty Type
This property is an NSDictionary
object.
var k ABData Property: _ABProperty Type
This property is an NSData
object.
var k ABMulti String Property: _ABProperty Type
This property is an ABMulti
object containing NSString
objects.
var k ABMulti Integer Property: _ABProperty Type
This property is an ABMulti
object containing NSNumber
objects representing integers.
var k ABMulti Real Property: _ABProperty Type
This property is an ABMulti
object containing NSNumber
objects representing real numbers.
var k ABMulti Date Property: _ABProperty Type
This property is an ABMulti
object containing NSDate
objects.
var k ABMulti Array Property: _ABProperty Type
This property is an ABMulti
object containing NSArray
objects.
var k ABMulti Dictionary Property: _ABProperty Type
This property is an ABMulti
object containing NSDictionary
objects.
var k ABMulti Data Property: _ABProperty Type
This property is an ABMulti
object containing NSData
objects.
typealias ABRecord
A reference to an ABRecord object or any of its derived opaque types.
typealias ABSearch Comparison
Constants used to specify the type of comparison being made.
typealias ABSearch Conjunction
Constants used to create compound search elements.