removeCustomData

abstract fun removeCustomData(key: String): String?

Removes a key/value pair from your reports custom data field.

Return

The value for this key before removal.

Parameters

key

The key of the data to be removed.

See also

.getCustomData