public static interface RepoManager.RepoLoadedCallback
| Modifier and Type | Method and Description |
|---|---|
void |
doRun(RepositoryPackages packages) |
void doRun(@NonNull
RepositoryPackages packages)
packages - The packages that have been loaded so far. When this callback is used in
the onLocalComplete argument to RepoManager.load(long, List, List,
List, ProgressRunner, Downloader, SettingsController, boolean) packages will only include local packages.