FrameInfo

data class FrameInfo(val droppedFrameCount: Int = 0, val totalFrameCount: Int = 0, val eventTime: AnalyticsListener.EventTime? = null)

Constructors

Link copied to clipboard
fun FrameInfo(droppedFrameCount: Int = 0, totalFrameCount: Int = 0, eventTime: AnalyticsListener.EventTime? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard