Package com.my.target
Interface InstreamResearch.InstreamResearchListener
-
- Enclosing class:
- InstreamResearch
public static interface InstreamResearch.InstreamResearchListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonLoad(InstreamResearch instance)Will be called if the data is loaded successfully.voidonNoData(InstreamResearch instance, IAdLoadingError adLoadingError)Will be called if the data loading failed.
-
-
-
Method Detail
-
onLoad
void onLoad(@NonNull InstreamResearch instance)Will be called if the data is loaded successfully.- Parameters:
instance- instance of corresponding object
-
onNoData
void onNoData(@NonNull InstreamResearch instance, @Nullable IAdLoadingError adLoadingError)Will be called if the data loading failed.- Parameters:
instance- instance of corresponding objectadLoadingError- fail message
-
-