class StorageIterator
Defined at line 13468 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
An iterator protocol for returning a set of components using a storage capability. See
|StorageAdmin.ListStorageInRealm| for more information.
Public Methods
void ~StorageIterator ()
void Next (NextCallback callback)
Retrieve the next set of components using the storage capability. The returned monikers
are relative to the component that declares the storage capability. Returns an empty
vector after all components have been returned.