getCustomData

abstract fun getCustomData(key: String): String?

Gets the current value for a key in your reports custom data field.

Return

The value for this key.

Parameters

key

The key of the data to be retrieved.

See also

.removeCustomData