Share via


ISHSessionDelegate Interface

Definition

This interface represents the Objective-C protocol SHSessionDelegate.

[Foundation.Protocol(Name="SHSessionDelegate", WrapperType=typeof(ShazamKit.SHSessionDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFindMatch", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ShazamKit.SHSession), typeof(ShazamKit.SHMatch) }, Selector="session:didFindMatch:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidNotFindMatch", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(ShazamKit.SHSession), typeof(ShazamKit.SHSignature), typeof(Foundation.NSError) }, Selector="session:didNotFindMatchForSignature:error:")]
public interface ISHSessionDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="SHSessionDelegate", WrapperType=typeof(ShazamKit.SHSessionDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidFindMatch", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ShazamKit.SHSession), typeof(ShazamKit.SHMatch) }, Selector="session:didFindMatch:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidNotFindMatch", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(ShazamKit.SHSession), typeof(ShazamKit.SHSignature), typeof(Foundation.NSError) }, Selector="session:didNotFindMatchForSignature:error:")>]
type ISHSessionDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to