contactKey

@get:JvmName(name = "contactKey")
val contactKey: String? = null


@JvmName(name = "-deprecated_contactKey")
fun contactKey(): String?

Deprecated (with error)

moved to val

Replace with

contactKey