Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: CNTDBOBS.H

Struct TContactDbObserverEvent

struct TContactDbObserverEvent;

Description

Contact database change event details. These include the type of change event and the ID of the contact item affected by the change, if relevant.

An object of this type is passed to a contact database's change observer, see MContactDbObserver::HandleDatabaseEventL().

Members

Defined in TContactDbObserverEvent:
iConnectionId, iContactId, iType


Member data


iType

TContactDbObserverEventType iType;

Description

The change event type.


iContactId

TContactItemId iContactId;

Description

The ID of the contact item affected.


iConnectionId

TUint iConnectionId;

Description

Identifies which connection to the contacts server generated the event. Use CContactDatabase::ConnectionId() to get the ID of the current connection.

Set to zero if the event has no meaningful connection ID.