xamarinios
namespace AutomaticAssessmentConfiguration
{
[Advice("This API is not available when using UIKit on macOS.")]
[Introduced(PlatformName.iOS, 13, 4, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 15, 4, PlatformArchitecture.All, null)]
[Protocol(Name = "AEAssessmentSessionDelegate", WrapperType = typeof(AEAssessmentSessionDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidBegin", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AEAssessmentSession) }, Selector = "assessmentSessionDidBegin:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "FailedToBegin", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AEAssessmentSession), typeof(NSError) }, Selector = "assessmentSession:failedToBeginWithError:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WasInterrupted", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AEAssessmentSession), typeof(NSError) }, Selector = "assessmentSession:wasInterruptedWithError:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidEnd", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AEAssessmentSession) }, Selector = "assessmentSessionDidEnd:")]
[Unavailable(PlatformName.MacCatalyst, PlatformArchitecture.All, null)]
public interface IAEAssessmentSessionDelegate : INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |