Package com.my.target

Interface InstreamResearch.InstreamResearchListener

Enclosing class:
InstreamResearch

public static interface InstreamResearch.InstreamResearchListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Will be called if the data is loaded successfully.
    void
    onNoData(InstreamResearch instance, IAdLoadingError adLoadingError)
    Will be called if the data loading failed.
  • Method Details

    • 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 object
      adLoadingError - fail message