com.ooyala.android.skin.configuration.SkinOptions Class Reference

Classes

class  Builder
 Supports a fluid syntax for configuration. More...
 

Public Member Functions

String getBundleAssetName ()
 Get the file name of the jsbundle for the Skin included in the application's assets. More...
 
JSONObject getSkinOverrides ()
 Get the JSONObject to override parts of the skin.json file in the application. More...
 
boolean getEnableReactJSServer ()
 If true, enables the OoyalaSkin to query a server URL to get the Skin Javascript. More...
 
String getReactJSServerHost ()
 Get the React JS host server to use when dynamically querying for Skin Javascript. More...
 
String getSkinConfigAssetName ()
 Get the file name of the skin configuration included in the application's assets. More...
 
String toString ()
 

Member Function Documentation

String com.ooyala.android.skin.configuration.SkinOptions.getBundleAssetName ( )
inline

Get the file name of the jsbundle for the Skin included in the application's assets.

Returns
bundleAssetName
boolean com.ooyala.android.skin.configuration.SkinOptions.getEnableReactJSServer ( )
inline

If true, enables the OoyalaSkin to query a server URL to get the Skin Javascript.

Returns
enableReactJSServer
String com.ooyala.android.skin.configuration.SkinOptions.getReactJSServerHost ( )
inline

Get the React JS host server to use when dynamically querying for Skin Javascript.

Returns
reactJSServerHost
String com.ooyala.android.skin.configuration.SkinOptions.getSkinConfigAssetName ( )
inline

Get the file name of the skin configuration included in the application's assets.

Returns
skinConfigAssetName
JSONObject com.ooyala.android.skin.configuration.SkinOptions.getSkinOverrides ( )
inline

Get the JSONObject to override parts of the skin.json file in the application.

Returns
skinOverrides
String com.ooyala.android.skin.configuration.SkinOptions.toString ( )
inline

The documentation for this class was generated from the following file:
  • SkinOptions.java