Platform
Version of SDK
1.2.6 (Maven repository)
Details
IResourceResolver -> resolveImageResource : is called in the sequential manner to get the bitmap from the client by the SDK.
Example
In case client needs some time to download the image at its end before returning the bitmap and the cards has multiple images in it and one of the first image is big in size in comparison to others and it's take time.
The other image callers will have to wait until the first image caller returns back to SDK. Because the calling mechanism of the IResourceResolver is sequential in nature.
Current Flow:

Platform
Version of SDK
1.2.6 (Maven repository)
Details
IResourceResolver->resolveImageResource: is called in the sequential manner to get the bitmap from the client by the SDK.Example
In case client needs some time to download the image at its end before returning the bitmap and the cards has multiple images in it and one of the first image is big in size in comparison to others and it's take time.
The other image callers will have to wait until the first image caller returns back to SDK. Because the calling mechanism of the
IResourceResolveris sequential in nature.Current Flow: