PlayerDependantPluginProtocol

@objc
public protocol PlayerDependantPluginProtocol : PluginAdapterProtocol

This protocol must be implemented by all plugins that want to be plater dependent and needs player data

  • Player plugin that dependant plugins will be used with

    Declaration

    Swift

    var playerPlugin: PlayerProtocol? { get set }