Class Sip

Definition

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

Describes the properties of a SIP record.

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

Fields

View Source

Address

SIP address.

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

ContactId

Contact ID that the SIP belongs to.

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

Id

Database record ID of the SIP.

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

Label

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

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

Type

SIP type, refer to the TypeValue.

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

Uri

Identifier of this contacts SIP view.

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