What's new in v2.8.3:
- Initial support for Web-to-Web flow. This introduces a new SDK method
fun attributeFromWeb(data: Map<String, Any>, callback: (Boolean, ApphudUser?) -> Unit)
. - Added an optional callback to
updateUserId(userId: UserId, callback: ((ApphudUser?) -> Unit)? = null)
method.