getWebAppManifest(completionHandler:)
Provides the web app’s manifest to the system, if the bookmark represents a web app.
Declaration
optional func getWebAppManifest(completionHandler: @escaping @Sendable (BEWebAppManifest?) -> Void)optional func webAppManifest() async -> BEWebAppManifest?Parameters
- completionHandler:
A closure that you call to supply the web app manifest to the system.
Discussion
The system only calls this method in browser apps that include an alternative browser engine.