-
Notifications
You must be signed in to change notification settings - Fork 42
/
IARSessionDelegate.xml
59 lines (59 loc) · 4.1 KB
/
IARSessionDelegate.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<Type Name="IARSessionDelegate" FullName="ARKit.IARSessionDelegate">
<TypeSignature Language="C#" Value="public interface IARSessionDelegate : ARKit.IARSessionObserver, IDisposable" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IARSessionDelegate implements class ARKit.IARSessionObserver, class ObjCRuntime.INativeObject, class System.IDisposable" />
<TypeSignature Language="DocId" Value="T:ARKit.IARSessionDelegate" />
<TypeSignature Language="F#" Value="type IARSessionDelegate = interface
 interface INativeObject
 interface IDisposable
 interface IARSessionObserver" />
<AssemblyInfo>
<AssemblyName>Xamarin.iOS</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces>
<Interface>
<InterfaceName>ARKit.IARSessionObserver</InterfaceName>
</Interface>
<Interface>
<InterfaceName>ObjCRuntime.INativeObject</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.IDisposable</InterfaceName>
</Interface>
</Interfaces>
<Attributes>
<Attribute>
<AttributeName>Foundation.Protocol(Name="ARSessionDelegate", WrapperType=typeof(ARKit.ARSessionDelegateWrapper))</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)</AttributeName>
</Attribute>
<Attribute>
<AttributeName>Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdateFrame", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ARKit.ARSession), typeof(ARKit.ARFrame) }, Selector="session:didUpdateFrame:")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidAddAnchors", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ARKit.ARSession), typeof(ARKit.ARAnchor[]) }, Selector="session:didAddAnchors:")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidUpdateAnchors", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ARKit.ARSession), typeof(ARKit.ARAnchor[]) }, Selector="session:didUpdateAnchors:")</AttributeName>
</Attribute>
<Attribute>
<AttributeName>Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidRemoveAnchors", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(ARKit.ARSession), typeof(ARKit.ARAnchor[]) }, Selector="session:didRemoveAnchors:")</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Interface representing the required methods (if any) of the protocol <see cref="T:ARKit.ARSessionDelegate" />.</summary>
<remarks>
<para>This interface contains the required methods (if any) from the protocol defined by <see cref="T:ARKit.ARSessionDelegate" />.</para>
<para>If developers create classes that implement this interface, the implementation methods will automatically be exported to Objective-C with the matching signature from the method defined in the <see cref="T:ARKit.ARSessionDelegate" /> protocol.</para>
<para>Optional methods (if any) are provided by the <see cref="T:ARKit.ARSessionDelegate_Extensions" /> class as extension methods to the interface, allowing developers to invoke any optional methods on the protocol.</para>
</remarks>
</Docs>
<Members />
</Type>