SignatureBitmapStorage

In memory signature bitmap storage that fetches all the available signature bitmaps from the DatabaseSignatureStorage and loads them into signatureBitmapHashMap.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun getBitmap(identifier: Int): Bitmap?

Gets a bitmap by fetching it from the hash map using its identifier.

Link copied to clipboard
fun putBitmap(bitmap: Bitmap): Int

Puts a bitmap into a hash map.

Link copied to clipboard
fun release()

Release all the resources.