Class GroupRelationUpdatedInfo

Definition

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

Describes the properties of a Relation updated information record.

C#
Copy
public static class GroupRelationUpdatedInfo
Inheritance
System.Object
GroupRelationUpdatedInfo
Remarks

Read only view

Fields

View Source

AddressBookId

Address book ID of the contacts updated group relation.

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

ContactId

Contact ID of the updated group relation.

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

GroupId

Group ID of the group relation.

Declaration
C#
Copy
public const uint GroupId = 2232320U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Type

Group relation change type, refer to the ContactsViews.ChangeType.

Declaration
C#
Copy
public const uint Type = 9568258U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Uri

Identifier of this group relations updated information view.

Declaration
C#
Copy
public const string Uri = "tizen.contacts_view.group_relations_updated_info"
Field Value
Type Description
System.String
API Level: 4
View Source

Version

Updated version.

Declaration
C#
Copy
public const uint Version = 9568259U
Field Value
Type Description
System.UInt32
API Level: 4