SFSafariApplication.DispatchMessageAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Advice("Unavailable to extensions.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 4, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static System.Threading.Tasks.Task DispatchMessageAsync (string messageName, string identifier, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> userInfo);
static member DispatchMessageAsync : string * string * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> System.Threading.Tasks.Task
Parameters
- messageName
- String
- identifier
- String
- userInfo
- NSDictionary<NSString,NSObject>
Returns
- Attributes