fetchImageForMessage

open fun fetchImageForMessage(imageUrl: String): Bitmap?

Synchronously fetches an Image.

Return

The Bitmap of the image.

Parameters

imageUrl

The image's URL.