Class MediaStatisticsReportReceivedEvent
- Object
-
- MediaStatisticsReportReceivedEvent
-
public final class MediaStatisticsReportReceivedEvent extends Object
Describes a Media Statistics Report Received event.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.MediaStatisticsReport
getReport()
Report with the Media Statistics information.
-
-
-
Method Detail
-
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.- Overrides:
finalize
in classObject
-
getReport
public MediaStatisticsReport getReport()
Report with the Media Statistics information.
-
-