A class used by your app to find out the current state of a Safari app extension.
SDK
- macOS 10.12+
Framework
- Safari
Services
Declaration
class SFSafariExtensionManager : NSObject
A class used by your app to find out the current state of a Safari app extension.
SDK
Framework
class SFSafariExtensionManager : NSObject
class func get State Of Safari Extension(with Identifier: String, completion Handler: (SFSafari Extension State?, Error?) -> Void)
Gets the current state of the Safari app extension.
Learn how you can affect the appearance or behavior of a webpage by using injected style sheets and scripts.
Inject a script that you've written from a Safari App Extension into a webpage.
Add to or override styles by injecting CSS style sheets into webpages.
Pass data back and forth between Safari App Extension and injected scripts.
class SFSafari Extension Handler
A base class that you subclass to handle events in your Safari app extension.
class SFSafari Extension State
The state of a Safari app extension.
class SFSafari Page Properties
Information about a webpage.
protocol SFSafari Extension Handling
A protocol used to implement event handling in a Safari app extension.