getEntryBoolean

open fun getEntryBoolean(@NonNull namespaceName: String, @NonNull name: String): Boolean

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

Return

a boolean or false 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.