Package com.my.target
Interface InstreamResearch.InstreamResearchListener
- Enclosing class:
- InstreamResearch
public static interface InstreamResearch.InstreamResearchListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidonLoad(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 Details
-
onLoad
Will be called if the data is loaded successfully.- Parameters:
instance- instance of corresponding object
-
onNoData
Will be called if the data loading failed.- Parameters:
instance- instance of corresponding objectadLoadingError- fail message
-