Class Messenger

Definition

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

Describes the properties of a Messenger record.

C#
Copy
public static class Messenger
Inheritance
System.Object
Messenger

Fields

View Source

ContactId

Contact ID that the messenger belongs to.

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

Id

Database record ID of the messenger.

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

IMId

Messenger ID (email address, email ID, and so on).

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

Label

Custom messenger type label, when the messenger type is TypeValue.Custom.

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

Type

Messenger type, refer to the TypeValue.

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

Uri

Identifier of this contacts messenger view.

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