IMCNearbyServiceBrowserDelegate Interfaccia

Definizione

Interfaccia che rappresenta i metodi necessari (se presenti) del protocollo MCNearbyServiceBrowserDelegate.

[Foundation.Protocol(Name="MCNearbyServiceBrowserDelegate", WrapperType=typeof(MultipeerConnectivity.MCNearbyServiceBrowserDelegateWrapper))]
[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 interface IMCNearbyServiceBrowserDelegate : IDisposable, ObjCRuntime.INativeObject
type IMCNearbyServiceBrowserDelegate = interface
    interface INativeObject
    interface IDisposable
Derivato
Attributi
Implementazioni

Commenti

Questa interfaccia contiene i metodi necessari (se presenti) dal protocollo definito da MCNearbyServiceBrowserDelegate.

Se gli sviluppatori creano classi che implementano questa interfaccia, i metodi di implementazione verranno esportati automaticamente in Objective-C con la firma corrispondente dal metodo definito nel MCNearbyServiceBrowserDelegate protocollo.

I metodi facoltativi (se presenti) vengono forniti dalla classe come metodi di estensione all'interfaccia MCNearbyServiceBrowserDelegate_Extensions , consentendo agli sviluppatori di richiamare eventuali metodi facoltativi nel protocollo.

Proprietà

Handle

Gestire (puntatore) alla rappresentazione dell'oggetto non gestita.

(Ereditato da INativeObject)

Metodi

FoundPeer(MCNearbyServiceBrowser, MCPeerID, NSDictionary)

Interfaccia che rappresenta i metodi necessari (se presenti) del protocollo MCNearbyServiceBrowserDelegate.

LostPeer(MCNearbyServiceBrowser, MCPeerID)

Interfaccia che rappresenta i metodi necessari (se presenti) del protocollo MCNearbyServiceBrowserDelegate.

Metodi di estensione

DidNotStartBrowsingForPeers(IMCNearbyServiceBrowserDelegate, MCNearbyServiceBrowser, NSError)

Interfaccia che rappresenta i metodi necessari (se presenti) del protocollo MCNearbyServiceBrowserDelegate.

Si applica a