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