ProfileHash

Utility class to determine the changed profile property values based on a hash.

Functions

Link copied to clipboard
fun getHash(input: String): Int

Hashing method for a single string.

fun getHash(properties: Map<String, Collection<String>>?): String

Returns the hash for all properties in a map. Entries are separated by a ';'.

fun getHash(id: String, values: Collection<String>?): String

Returns the hash value for a single property and its values.