Package com.my.target.instreamads
Interface InstreamAd.SectionPrepareCallback
-
- All Implemented Interfaces:
public interface InstreamAd.SectionPrepareCallback
-
-
Method Summary
Modifier and Type Method Description abstract voidonPrepareResult(@NonNull() String section, float point, @Nullable() IAdLoadingError adLoadingError, @NonNull() InstreamAd ad)SDK will call this method after section preparation is completed. -
-
Method Detail
-
onPrepareResult
@AnyThread() abstract void onPrepareResult(@NonNull() String section, float point, @Nullable() IAdLoadingError adLoadingError, @NonNull() InstreamAd ad)
SDK will call this method after section preparation is completed.
- Parameters:
section- the name of completed video ad sectionpoint- point for midroll section or -1.adLoadingError- - preparation error or null for successad- current ad instance
-
-
-
-