ICPTemplateApplicationSceneDelegate
ContentStyleDidChange(ICPTemplateApplicationSceneDelegate, UIUserInterfaceStyle)
DidConnect(ICPTemplateApplicationSceneDelegate, CPTemplateApplicationScene, CPInterfaceController)
DidConnect(ICPTemplateApplicationSceneDelegate, CPTemplateApplicationScene, CPInterfaceController, CPWindow)
DidDisconnect(ICPTemplateApplicationSceneDelegate, CPTemplateApplicationScene, CPInterfaceController)
DidDisconnect(ICPTemplateApplicationSceneDelegate, CPTemplateApplicationScene, CPInterfaceController, CPWindow)
DidSelect(ICPTemplateApplicationSceneDelegate, CPTemplateApplicationScene, CPManeuver)
DidSelect(ICPTemplateApplicationSceneDelegate, CPTemplateApplicationScene, CPNavigationAlert)
xamarinios
namespace CarPlay
{
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "CPTemplateApplicationSceneDelegate", WrapperType = typeof(CPTemplateApplicationSceneDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidConnect", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CPTemplateApplicationScene), typeof(CPInterfaceController), typeof(CPWindow) }, Selector = "templateApplicationScene:didConnectInterfaceController:toWindow:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidDisconnect", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(CPTemplateApplicationScene), typeof(CPInterfaceController), typeof(CPWindow) }, Selector = "templateApplicationScene:didDisconnectInterfaceController:fromWindow:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSelect", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CPTemplateApplicationScene), typeof(CPNavigationAlert) }, Selector = "templateApplicationScene:didSelectNavigationAlert:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidSelect", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(CPTemplateApplicationScene), typeof(CPManeuver) }, Selector = "templateApplicationScene:didSelectManeuver:")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public interface ICPTemplateApplicationSceneDelegate : INativeObject, IDisposable, IUISceneDelegate
}
.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. |
- Built-in API
- Package-provided API