MAknMemoryCardDialogObserver Class Reference

class MAknMemoryCardDialogObserver

An abstract interface class for user of CAknMemoryCardDialog

Operation of unlocking MMC is asynchronous. So user of CAknMemoryCardDialog should implement a method UnlockComplete in a class inherited from MAknMemoryCardDialogObserver . UnlockComplete will be called after unlocking operation is ended.

AknMemoryCardUi.lib
Since
S60 1.2
Public Member Functions
void UnlockComplete ( TInt )

Member Functions Documentation

UnlockComplete(TInt)

void UnlockComplete ( TInt aResult ) [pure virtual]

Implement this method to be notified when the memory card unlock operation is complete. aResult contains the result of the unlock operation:-

Parameters

TInt aResult