xamarinios
namespace CarPlay
{
[Deprecated(PlatformName.iOS, 13, 0, PlatformArchitecture.None, "Use 'CPTemplateApplicationSceneDelegate' instead.")]
[Introduced(PlatformName.iOS, 12, 0, PlatformArchitecture.None, null)]
[Protocol(Name = "CPApplicationDelegate", WrapperType = typeof(CPApplicationDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidConnectCarInterfaceController", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UIApplication), typeof(CPInterfaceController), typeof(CPWindow) }, Selector = "application:didConnectCarInterfaceController:toWindow:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidDisconnectCarInterfaceController", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UIApplication), typeof(CPInterfaceController), typeof(CPWindow) }, Selector = "application:didDisconnectCarInterfaceController:fromWindow:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSelectNavigationAlert", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIApplication), typeof(CPNavigationAlert) }, Selector = "application:didSelectNavigationAlert:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSelectManeuver", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UIApplication), typeof(CPManeuver) }, Selector = "application:didSelectManeuver:")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public interface ICPApplicationDelegate : INativeObject, IDisposable, IUIApplicationDelegate
}
.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. |