SFSafariExtensionHandler.MessageReceivedFromContainingApp Method

Definition

[Foundation.Export("messageReceivedFromContainingAppWithName:userInfo:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 4, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual void MessageReceivedFromContainingApp (string messageName, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> userInfo);
abstract member MessageReceivedFromContainingApp : string * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> unit
override this.MessageReceivedFromContainingApp : string * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> unit

Parameters

messageName
String
Attributes

Applies to