public static interface

SVSAdManager.UIInteractionListener

com.smartadserver.android.instreamsdk.admanager.SVSAdManager.UIInteractionListener

Class Overview

Interface for Objects that will respond to interactions with the ad player controls (like enter fullscreen/ exit fullscreen requests for now)

Summary

Public Methods
abstract void onFullscreenStateChangeRequest(boolean isFullscreen)
Method called when the ad player fullscreen button was clicked, requesting to enter or exit fullscreen

Public Methods

public abstract void onFullscreenStateChangeRequest (boolean isFullscreen)

Method called when the ad player fullscreen button was clicked, requesting to enter or exit fullscreen

Parameters
isFullscreen true if the ad player requested to enter fullscreen, false to exit fullscreen