MCBrowserViewController.DidNotStartBrowsingForPeers Method

Definition

Method that is called when the browser failed to start looking for peers.

[Foundation.Export("browser:didNotStartBrowsingForPeers:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual void DidNotStartBrowsingForPeers (MultipeerConnectivity.MCNearbyServiceBrowser browser, Foundation.NSError error);
abstract member DidNotStartBrowsingForPeers : MultipeerConnectivity.MCNearbyServiceBrowser * Foundation.NSError -> unit
override this.DidNotStartBrowsingForPeers : MultipeerConnectivity.MCNearbyServiceBrowser * Foundation.NSError -> unit

Parameters

error
NSError
Attributes

Applies to