PlanetKitStatisticsControllable
@objc
public protocol PlanetKitStatisticsControllable
A protocol that provides access to various statistical information during a call.
-
An instance of
PlanetKitStatistics
containing the current call statistics.Note
This property is optional and can benil
if statistics are not available.Declaration
Swift
var statistics: PlanetKitStatistics? { get }