You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: