Contents

BEExtensionProcess

A common protocol that creates XPC connections for an extension process.

Declaration

protocol BEExtensionProcess : NSObjectProtocol

Overview

This protocol is common across extension processes for networking (BENetworkingProcess), rendering (BERenderingProcess), and web content (BEWebContentProcess).

Create an XPC connection for an extension process with the makeLibXPCConnectionError() method. Stop an extension process with invalidate().

Topics

See Also

Essentials