Enum PhoneLog.Type
Definition
- Namespace:
- Tizen.Pims.Contacts.ContactsViews
- Assembly:
- Tizen.Pims.Contacts.dll
Enumeration for the phone log types.
public enum PhoneLog.Type
Fields
Name | Description |
---|---|
EmailReceived | Received email. |
EmailSent | Sent email. |
MMSBlocked | Blocked MMS. |
MMSIncoming | Incoming MMS. |
MMSOutgoing | Outgoing MMS. |
None | None. |
SMSBlocked | Blocked SMS. |
SMSIncoming | Incoming SMS. |
SMSOutgoing | Outgoing SMS. |
VideoBlocked | Blocked video call. |
VideoIncoming | Incoming video call. |
VideoMissedSeen | Confirmed missed video call. |
VideoMissedUnseen | Not confirmed missed video call. |
VideoOutgoing | Outgoing video call. |
VideoRejected | Rejected video call. |
VoiceBlocked | Blocked call. |
VoiceIncoming | Incoming call. |
VoiceMissedSeen | Confirmed missed call. |
VoiceMissedUnseen | Not confirmed missed call. |
VoiceOutgoing | Outgoing call. |
VoiceRejected | Rejected call. |