load Image Attachment
Call this method to load an image presented by com.streamwide.smartms.lib.core.data.item.ImageAttachment.
This method can be executed in a main thread since it is already done in an AsyncTask.
the image can be chosen from gallery ,taken from camera or shared from another application.
The image is saved in internal storage.
Parameters
The application context
An intent that contains all necessary data to extract the image attachment.
Useful when a custom data (android.net.Uri, file path...) is stored in the intent parameter referenced by an extra key.
If true the resolution of the generated image may exceed FHD.
It will be invoked when the image has been successfully loaded or when an error has occurred. Other details are delivered in the IAttachmentLoaderCallback callback.
Call this method to load an image presented by com.streamwide.smartms.lib.core.data.item.ImageAttachment.
This method can be executed in a main thread since it is already done in an AsyncTask.
the image can be chosen from gallery ,taken from camera or shared from another application.
The image is saved in internal storage.
Parameters
The application context
The application lifecycle
An intent that contains all necessary data to extract the image attachment.
Useful when a custom data (android.net.Uri, file path...) is stored in the intent parameter referenced by an extra key.
If true the resolution of the generated image may exceed FHD.
It will be invoked when the image has been successfully loaded or when an error has occurred. Other details are delivered in the IAttachmentLoaderCallback callback.