ResultData.GetEntryNames(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the names of all entries.
[Android.Runtime.Register("getEntryNames", "(Ljava/lang/String;)Ljava/util/Collection;", "GetGetEntryNames_Ljava_lang_String_Handler", ApiSince=30)]
public abstract System.Collections.Generic.ICollection<string>? GetEntryNames (string namespaceName);
[<Android.Runtime.Register("getEntryNames", "(Ljava/lang/String;)Ljava/util/Collection;", "GetGetEntryNames_Ljava_lang_String_Handler", ApiSince=30)>]
abstract member GetEntryNames : string -> System.Collections.Generic.ICollection<string>
Parameters
- namespaceName
- String
the namespace name to get entries for.
Returns
A collection of names or null
if there are no entries for the given
namespace.
- Attributes
Remarks
Get the names of all entries.
This includes the name of entries that wasn't successfully retrieved.
Java documentation for android.security.identity.ResultData.getEntryNames(java.lang.String)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.