Share via


CPInterfaceController.PushTemplate Method

Definition

Overloads

PushTemplate(CPTemplate, Boolean, Action<Boolean,NSError>)

[Foundation.Export("pushTemplate:animated:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PushTemplate(CarPlay.CPTemplate templateToPush, bool animated, Action<bool,Foundation.NSError>? completion);
[<Foundation.Export("pushTemplate:animated:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PushTemplate : CarPlay.CPTemplate * bool * Action<bool, Foundation.NSError> -> unit
override this.PushTemplate : CarPlay.CPTemplate * bool * Action<bool, Foundation.NSError> -> unit

Parameters

templateToPush
CPTemplate
animated
Boolean
completion
Action<Boolean,NSError>
Attributes

Applies to

PushTemplate(CPTemplate, Boolean)

[Foundation.Export("pushTemplate:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PushTemplate(CarPlay.CPTemplate templateToPush, bool animated);
[<Foundation.Export("pushTemplate:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PushTemplate : CarPlay.CPTemplate * bool -> unit
override this.PushTemplate : CarPlay.CPTemplate * bool -> unit

Parameters

templateToPush
CPTemplate
animated
Boolean
Attributes

Applies to