MPbkThumbnailGetObserver Class Reference
#include
<app/MPbkThumbnailOperationObservers.h>
class MPbkThumbnailGetObserver |
Member Function Documentation
PbkThumbnailGetComplete ( MPbkThumbnailOperation &, CFbsBitmap * )
Called when thumbnail loading is completed.
Parameter | Description | aOperation | The completed operation. |
aBitmap | The loaded bitmap. Callee is responsible of the bitmap. |
PbkThumbnailGetFailed ( MPbkThumbnailOperation &, TInt )
Called if the thumbnail loading fails.
Parameter | Description | aOperation | The failed operation. |
aError | Error code of the failure. |