FacadeConnectorPluginManagerProtocol
@objc
public protocol FacadeConnectorPluginManagerProtocol : FacadeConnectorPluginManagerControlFlow
Undocumented
-
Undocumented
Declaration
Swift
@objc func plugin(for identifier: String) -> ZPPluginModel? -
Undocumented
Declaration
Swift
@objc func getAllPlugins() -> [ZPPluginModel]? -
Undocumented
Declaration
Swift
@objc func adapterClass(_ pluginModel: ZPPluginModel) -> AnyClass? -
Get a plugin by type
Declaration
Swift
@objc func pluginModel(_ type: String) -> ZPPluginModel?