IAEAssessmentSessionDelegate Interface

Definition

This interface represents the Objective-C protocol AEAssessmentSessionDelegate.

[Foundation.Protocol(Name="AEAssessmentSessionDelegate", WrapperType=typeof(AutomaticAssessmentConfiguration.AEAssessmentSessionDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidBegin", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AutomaticAssessmentConfiguration.AEAssessmentSession) }, Selector="assessmentSessionDidBegin:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="FailedToBegin", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AutomaticAssessmentConfiguration.AEAssessmentSession), typeof(Foundation.NSError) }, Selector="assessmentSession:failedToBeginWithError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WasInterrupted", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AutomaticAssessmentConfiguration.AEAssessmentSession), typeof(Foundation.NSError) }, Selector="assessmentSession:wasInterruptedWithError:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidEnd", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AutomaticAssessmentConfiguration.AEAssessmentSession) }, Selector="assessmentSessionDidEnd:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdate", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AutomaticAssessmentConfiguration.AEAssessmentSession) }, Selector="assessmentSessionDidUpdate:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="FailedToUpdate", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AutomaticAssessmentConfiguration.AEAssessmentSession), typeof(AutomaticAssessmentConfiguration.AEAssessmentConfiguration), typeof(Foundation.NSError) }, Selector="assessmentSession:failedToUpdateToConfiguration:error:")]
public interface IAEAssessmentSessionDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="AEAssessmentSessionDelegate", WrapperType=typeof(AutomaticAssessmentConfiguration.AEAssessmentSessionDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidBegin", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AutomaticAssessmentConfiguration.AEAssessmentSession) }, Selector="assessmentSessionDidBegin:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="FailedToBegin", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AutomaticAssessmentConfiguration.AEAssessmentSession), typeof(Foundation.NSError) }, Selector="assessmentSession:failedToBeginWithError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WasInterrupted", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AutomaticAssessmentConfiguration.AEAssessmentSession), typeof(Foundation.NSError) }, Selector="assessmentSession:wasInterruptedWithError:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidEnd", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AutomaticAssessmentConfiguration.AEAssessmentSession) }, Selector="assessmentSessionDidEnd:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdate", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AutomaticAssessmentConfiguration.AEAssessmentSession) }, Selector="assessmentSessionDidUpdate:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="FailedToUpdate", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AutomaticAssessmentConfiguration.AEAssessmentSession), typeof(AutomaticAssessmentConfiguration.AEAssessmentConfiguration), typeof(Foundation.NSError) }, Selector="assessmentSession:failedToUpdateToConfiguration:error:")>]
type IAEAssessmentSessionDelegate = 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