Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@bstillitano bstillitano released this 01 May 02:48
471da0c

Component volatility

Developers can now specify the level of volatility they'd like the produced fingerprint to allow. Allowed values are HIGH, MEDIUM and LOW, where "high" is the highest level of volatility, or better put, the most likely to change without notice. This can be accessed via:

import com.thumbmarkjs.thumbmark_android.Thumbmark

Thumbmark.setVolatility(ComponentVolatility.HIGH)
val id: String = Thumbmark.id(context = this)

Full Changelog: 0.3.0...1.0.0