-
Notifications
You must be signed in to change notification settings - Fork 42
/
IINCarPlayDomainHandling.xml
55 lines (55 loc) · 3.38 KB
/
IINCarPlayDomainHandling.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
<Type Name="IINCarPlayDomainHandling" FullName="Intents.IINCarPlayDomainHandling">
<TypeSignature Language="C#" Value="public interface IINCarPlayDomainHandling : IDisposable, Intents.IINSaveProfileInCarIntentHandling, Intents.IINSetAudioSourceInCarIntentHandling, Intents.IINSetClimateSettingsInCarIntentHandling, Intents.IINSetDefrosterSettingsInCarIntentHandling, Intents.IINSetProfileInCarIntentHandling, Intents.IINSetSeatSettingsInCarIntentHandling" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IINCarPlayDomainHandling implements class Intents.IINSaveProfileInCarIntentHandling, class Intents.IINSetAudioSourceInCarIntentHandling, class Intents.IINSetClimateSettingsInCarIntentHandling, class Intents.IINSetDefrosterSettingsInCarIntentHandling, class Intents.IINSetProfileInCarIntentHandling, class Intents.IINSetSeatSettingsInCarIntentHandling, class ObjCRuntime.INativeObject, class System.IDisposable" />
<TypeSignature Language="DocId" Value="T:Intents.IINCarPlayDomainHandling" />
<TypeSignature Language="F#" Value="type IINCarPlayDomainHandling = interface
 interface INativeObject
 interface IDisposable
 interface IINSaveProfileInCarIntentHandling
 interface IINSetAudioSourceInCarIntentHandling
 interface IINSetClimateSettingsInCarIntentHandling
 interface IINSetDefrosterSettingsInCarIntentHandling
 interface IINSetProfileInCarIntentHandling
 interface IINSetSeatSettingsInCarIntentHandling" />
<AssemblyInfo>
<AssemblyName>Xamarin.iOS</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces>
<Interface>
<InterfaceName>Intents.IINSaveProfileInCarIntentHandling</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Intents.IINSetAudioSourceInCarIntentHandling</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Intents.IINSetClimateSettingsInCarIntentHandling</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Intents.IINSetDefrosterSettingsInCarIntentHandling</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Intents.IINSetProfileInCarIntentHandling</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Intents.IINSetSeatSettingsInCarIntentHandling</InterfaceName>
</Interface>
<Interface>
<InterfaceName>ObjCRuntime.INativeObject</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.IDisposable</InterfaceName>
</Interface>
</Interfaces>
<Attributes>
<Attribute>
<AttributeName>Foundation.Protocol(Name="INCarPlayDomainHandling", WrapperType=typeof(Intents.INCarPlayDomainHandlingWrapper))</AttributeName>
</Attribute>
<Attribute>
<AttributeName>ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 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.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Interface combining several interfaces related to various CarPlay intents.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members />
</Type>