getEntryNames

abstract fun getEntryNames(@NonNull namespaceName: String): Collection<String>

Get the names of all entries. This includes the name of entries that wasn't successfully retrieved.

Return

A collection of names or null if there are no entries for the given namespace.

Parameters

namespaceName

the namespace name to get entries for.