PlayerDependantPluginPrehookProtocol

@objc
public protocol PlayerDependantPluginPrehookProtocol : PlayerDependantPluginProtocol

This protocol must be implemented by all plugins that want to be plater dependent and act as prehook for player presentation

  • Perform operation will execute prior to player resentation and player will continue on successful completion

    Declaration

    Swift

    func performPrehook(_ completion: @escaping (_ success: Bool) -> Void)