public interface

SVSMediaURIProvider

com.smartadserver.android.instreamsdk.adplayer.SVSMediaURIProvider

Class Overview

Interface implemented by Objects acting as a proxyfier for VAST creative media urls.

Summary

Public Methods
abstract Uri getURIForMediaUrl(String mediaUrl)
Returns a URI to the media to be played for the original VAST media Url

Public Methods

public abstract Uri getURIForMediaUrl (String mediaUrl)

Returns a URI to the media to be played for the original VAST media Url

Parameters
mediaUrl the url of the VAST creative media
Returns
  • the URI of the actual media to play, or null to leave the mediaUrl as is.