getEntryString

open fun getEntryString(@NonNull namespaceName: String, @NonNull name: String): String

Gets the value of an entry. This should only be called on an entry for which the getStatus method returns STATUS_OK.

Return

a String or null if no entry with the given name exists.

Parameters

namespaceName

the namespace name of the entry.

name

the name of the entry to get the value for.