public static interface ThemeLoader.ThemeAsyncCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(Throwable reason)
Called when, for some reason, the necessary code cannot be loaded.
|
void |
onSuccess(int resourceCount)
Called once the necessary code for it has been loaded.
|
void onSuccess(int resourceCount)
resourceCount - The total number of resources loaded.Copyright © 2017. All rights reserved.