public static interface

Video.OnCompleteListener

com.smaato.soma.sdk.video.ad.Video.OnCompleteListener

Class Overview

A listener for the complete event.

Call setOnCompleteListener(OnCompleteListener) to register for receiving events.

Event is always delivered on main thread.

Summary

Public Methods
abstract void onComplete(Video video)
This method will be invoked on when an advertisement's playback is completed.

Public Methods

public abstract void onComplete (Video video)

This method will be invoked on when an advertisement's playback is completed.

Will be invoked on main thread only.

Video advertisement object that received onComplete event