Share via


AUAudioUnit.RequestViewController Method

Definition

Overloads

Name Description
RequestViewController(Action<NSViewController>)

Requests the view controller for the audio unit and runs completionHandler when finished.

RequestViewController(Action<UIViewController>)

Requests the view controller for the audio unit and runs completionHandler when finished.

RequestViewController(Action<NSViewController>)

Requests the view controller for the audio unit and runs completionHandler when finished.

[Foundation.Export("requestViewControllerWithCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RequestViewController(Action<AppKit.NSViewController> completionHandler);
[<Foundation.Export("requestViewControllerWithCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RequestViewController : Action<AppKit.NSViewController> -> unit
override this.RequestViewController : Action<AppKit.NSViewController> -> unit

Parameters

completionHandler
Action<NSViewController>
Attributes

Applies to

RequestViewController(Action<UIViewController>)

Requests the view controller for the audio unit and runs completionHandler when finished.

[Foundation.Export("requestViewControllerWithCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RequestViewController(Action<UIKit.UIViewController> completionHandler);
[<Foundation.Export("requestViewControllerWithCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RequestViewController : Action<UIKit.UIViewController> -> unit
override this.RequestViewController : Action<UIKit.UIViewController> -> unit

Parameters

completionHandler
Action<UIViewController>
Attributes

Applies to