Share via


CPSessionConfigurationDelegate.LimitedUserInterfacesChanged Method

Definition

Called when the system changes keyboards or modifies list limits.

[Foundation.Export("sessionConfiguration:limitedUserInterfacesChanged:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void LimitedUserInterfacesChanged(CarPlay.CPSessionConfiguration sessionConfiguration, CarPlay.CPLimitableUserInterface limitedUserInterfaces);
[<Foundation.Export("sessionConfiguration:limitedUserInterfacesChanged:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member LimitedUserInterfacesChanged : CarPlay.CPSessionConfiguration * CarPlay.CPLimitableUserInterface -> unit
override this.LimitedUserInterfacesChanged : CarPlay.CPSessionConfiguration * CarPlay.CPLimitableUserInterface -> unit

Parameters

sessionConfiguration
CPSessionConfiguration
limitedUserInterfaces
CPLimitableUserInterface

Implements

Attributes

Applies to