Class PhoneLog

Definition

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

Describes the properties of a Phone log record.

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

Fields

View Source

Address

Number or email that the phone log displays.

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

AddressFilter

You can only use this property for the search filter.

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

CleanedAddress

You can only use this property for the search filter.

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

ExtraData1

You can set the related integer data (For example, message_id, email_id, or duration (seconds) of the call).

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

ExtraData2

You can set the related string data (For example, short message, subject).

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

Id

Database record ID of phone log.

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

LogTime

Call end time. The value means the number of seconds since 1970-01-01 00:00:00 (UTC).

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

LogType

Log type, refer to the Type.

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

NormalizedAddress

You can only use this property for the search filter.

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

PersonId

Person ID that the phone log belongs to.

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

SimSlotNo

You can set the related SIM slot number. SimSlotNo 0 means the first SIM card, SimSlotNo 1 means the second SIM.

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

Uri

Identifier of this phone log view.

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