getEntryInteger

open fun getEntryInteger(@NonNull namespaceName: String, @NonNull name: String): Long

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

Return

a long or 0 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.