Share via


CPInterfaceController.PresentTemplate Method

Definition

Overloads

PresentTemplate(CPTemplate, Boolean)

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

Parameters

templateToPresent
CPTemplate
animated
Boolean
Attributes

Applies to

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

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

Parameters

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

Applies to