FpsListener

interface FpsListener

Functions

Link copied to clipboard
abstract fun disable(tag: String)

Clients should call this method when they want the listener to stop recording data. The listener will then report the data it collected.

Link copied to clipboard
abstract fun enable(tag: String)

Clients should call this method when they want the listener to begin recording data.

Link copied to clipboard
abstract fun isEnabled(): Boolean

Reports whether this listener is recording data.