getPersistentLabel

abstract fun getPersistentLabel(label: String): String?

Retrieves the persistent value associated with the given label.

Return

The persistent value associated with the label, or null if not found.

Parameters

label

The label used to identify the persistent value.