CPInterfaceController.PopToTemplate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| PopToTemplate(CPTemplate, Boolean, Action<Boolean,NSError>) | |
| PopToTemplate(CPTemplate, Boolean) |
PopToTemplate(CPTemplate, Boolean, Action<Boolean,NSError>)
[Foundation.Export("popToTemplate:animated:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PopToTemplate(CarPlay.CPTemplate targetTemplate, bool animated, Action<bool,Foundation.NSError>? completion);
[<Foundation.Export("popToTemplate:animated:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PopToTemplate : CarPlay.CPTemplate * bool * Action<bool, Foundation.NSError> -> unit
override this.PopToTemplate : CarPlay.CPTemplate * bool * Action<bool, Foundation.NSError> -> unit
Parameters
- targetTemplate
- CPTemplate
- animated
- Boolean
- Attributes
Applies to
PopToTemplate(CPTemplate, Boolean)
[Foundation.Export("popToTemplate:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PopToTemplate(CarPlay.CPTemplate targetTemplate, bool animated);
[<Foundation.Export("popToTemplate:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PopToTemplate : CarPlay.CPTemplate * bool -> unit
override this.PopToTemplate : CarPlay.CPTemplate * bool -> unit
Parameters
- targetTemplate
- CPTemplate
- animated
- Boolean
- Attributes