public static interface InstreamResearch.InstreamResearchListener
| Modifier and Type | Method and Description |
|---|---|
void |
onLoad(InstreamResearch instance)
Will be called if the data is loaded successfully.
|
void |
onNoData(InstreamResearch instance,
java.lang.String reason)
Will be called if the data loading failed.
|
void onLoad(@NonNull
InstreamResearch instance)
instance - instance of corresponding objectvoid onNoData(@NonNull
InstreamResearch instance,
@Nullable
java.lang.String reason)
instance - instance of corresponding objectreason - fail message