com.ooyala.android.performance.PerformanceStatisticsInterface Interface Reference
Inheritance diagram for com.ooyala.android.performance.PerformanceStatisticsInterface:
com.ooyala.android.performance.counting.PerformanceCountingStatistics com.ooyala.android.performance.startend.PerformanceStartEndStatistics

Public Member Functions

String getName ()
 
String generateReport ()
 

Member Function Documentation

String com.ooyala.android.performance.PerformanceStatisticsInterface.generateReport ( )
String com.ooyala.android.performance.PerformanceStatisticsInterface.getName ( )
Returns
descriptive name for reporting what the statistics are related to.

Implemented in com.ooyala.android.performance.startend.PerformanceStartEndStatistics, and com.ooyala.android.performance.counting.PerformanceCountingStatistics.