Package com.my.target

Interface InstreamResearch.InstreamResearchListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onLoad(@NonNull() InstreamResearch instance) Will be called if the data is loaded successfully.
      abstract void onNoData(@NonNull() InstreamResearch instance, @Nullable() IAdLoadingError adLoadingError) Will be called if the data loading failed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

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