API published in: S60 2nd Ed FP 3
API deprecated in: S60 5th Ed
Required Capabilities
None
#include <mpbkthumbnailoperationobservers.h>
Only one of the event callbacks is called once by the operation.
Public Member Functions |
|
virtual void | PbkThumbnailGetImageComplete (MPbkThumbnailOperation &aOperation, CPbkImageDataWithInfo *aImageData)=0 |
Called when thumbnail loading is completed. |
|
virtual void | PbkThumbnailGetImageFailed (MPbkThumbnailOperation &aOperation, TInt aError)=0 |
Called if the thumbnail loading fails. |
|
Called when thumbnail loading is completed.
|
|
Called if the thumbnail loading fails.
|