Class PhoneLogStatistics

Definition

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

Describes the properties of a Phone Log Statistics record.

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

Read-only view.

Fields

View Source

LogCount

Log count (projection).

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

LogType

Log type, see the contacts_phone_log_type_e.

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

SimSlotNo

It is related to the SIM slot number. sim_slot_no 0 means the first SIM card, sim_slot_no 1 means the second SIM. It is same with the handle index of the telephony handle list. Refer to the telephony_init().

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

Uri

Identifier of this log statistics view.

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