Class ContactUpdatedInfo

Definition

Namespace:
Tizen.Pims.Contacts.ContactsViews
Assembly:
Tizen.Pims.Contacts.dll
API Level:
4

Describes the properties of a Contact updated information record.

C#
Copy
public static class ContactUpdatedInfo : object
Inheritance
ContactUpdatedInfo
Remarks

Read only view

Fields

View Source

AddressBookId

AddressBook ID that the updated contact belongs to.

Declaration
C#
Copy
public const uint AddressBookId = null
Field Value
Type Description
UInt32
API Level: 4
View Source

ContactId

Updated contact ID.

Declaration
C#
Copy
public const uint ContactId = null
Field Value
Type Description
UInt32
API Level: 4
View Source

ImageChanged

Contact image is changed or not.

Declaration
C#
Copy
public const uint ImageChanged = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Type

Contact change type, refer to the ContactsViews.ChangeType.

Declaration
C#
Copy
public const uint Type = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Uri

Identifier of this contacts updated information view.

Declaration
C#
Copy
public const string Uri = null
Field Value
Type Description
String
API Level: 4
View Source

Version

Updated version.

Declaration
C#
Copy
public const uint Version = null
Field Value
Type Description
UInt32
API Level: 4