public class

SVSLibraryInfo

extends Object
java.lang.Object
   ↳ com.smartadserver.android.instreamsdk.util.SVSLibraryInfo

Class Overview

Retrieves some information about the SVSLibrary framework.

Summary

Public Constructors
SVSLibraryInfo()
Public Methods
String getMarketingName()
Returns the library's marketing name.
String getName()
Returns the library's name.
synchronized static SVSLibraryInfo getSharedInstance()
Returns the shared instance of the SVSLibraryInfo object.
String getVersion()
Returns the library's version.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SVSLibraryInfo ()

Public Methods

public String getMarketingName ()

Returns the library's marketing name.

Returns
  • the library's marketing name.

public String getName ()

Returns the library's name.

Returns
  • the library's name.

public static synchronized SVSLibraryInfo getSharedInstance ()

Returns the shared instance of the SVSLibraryInfo object.

Returns
  • the shared instance of the SVSLibraryInfo object.

public String getVersion ()

Returns the library's version.

Returns
  • the library's version.