com.ooyala.android.nielsensdk.NielsenJSONFilter Class Reference

Public Member Functions

 NielsenJSONFilter ()
 Handle invalid spaces of strings and put them to the set. More...
 
String filter (String json)
 Replace and filter unnecessary strings in the set. More...
 

Static Public Attributes

static final NielsenJSONFilter s_instance = new NielsenJSONFilter()
 

Constructor & Destructor Documentation

com.ooyala.android.nielsensdk.NielsenJSONFilter.NielsenJSONFilter ( )

Handle invalid spaces of strings and put them to the set.

Member Function Documentation

String com.ooyala.android.nielsensdk.NielsenJSONFilter.filter ( String  json)

Replace and filter unnecessary strings in the set.

Parameters
jsonthe string to be filtered
Returns
the filtered string

Member Data Documentation

final NielsenJSONFilter com.ooyala.android.nielsensdk.NielsenJSONFilter.s_instance = new NielsenJSONFilter()
static