MPbkThumbnailGetImageObserver Class Reference
#include
<app/MPbkThumbnailOperationObservers.h>
class MPbkThumbnailGetImageObserver |
Member Function Documentation
PbkThumbnailGetImageComplete ( MPbkThumbnailOperation &, CPbkImageDataWithInfo * )
Called when thumbnail loading is completed.
Parameter | Description | aOperation | The completed operation. |
aImageData | The thumbnail image. Caller is responsible of the object. |
PbkThumbnailGetImageFailed ( MPbkThumbnailOperation &, TInt )
Called if the thumbnail loading fails.
Parameter | Description | aOperation | The failed operation. |
aError | Error code of the failure. |