MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getBitmap

Method getBitmap

valdi/src/java/com/snap/valdi/utils/ValdiImage.kt:44–46  ·  view source on GitHub ↗

TODO(simon): Remove inheritance of BitmapHandler from ValdiImage

Source from the content-addressed store, hash-verified

42
43 // TODO(simon): Remove inheritance of BitmapHandler from ValdiImage
44 override fun getBitmap(): Bitmap {
45 throw UnsupportedOperationException()
46 }
47
48 /**
49 * Returns the content of the ValdiImage.

Callers 2

snapshotMethod · 0.45
drawPresenterInCanvasMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected