ResultData.GetRetrievedEntryNames(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 that was successfully retrieved.
[Android.Runtime.Register("getRetrievedEntryNames", "(Ljava/lang/String;)Ljava/util/Collection;", "GetGetRetrievedEntryNames_Ljava_lang_String_Handler", ApiSince=30)]
public abstract System.Collections.Generic.ICollection<string>? GetRetrievedEntryNames (string namespaceName);
[<Android.Runtime.Register("getRetrievedEntryNames", "(Ljava/lang/String;)Ljava/util/Collection;", "GetGetRetrievedEntryNames_Ljava_lang_String_Handler", ApiSince=30)>]
abstract member GetRetrievedEntryNames : 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 that was successfully retrieved.
This only return entries for which #getStatus(String, String)
will return #STATUS_OK
.
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.