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
voidUnlockComplete(TInt)

Member Functions Documentation

UnlockComplete(TInt)

voidUnlockComplete(TIntaResult)[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