Share via


AVCaptureDeskViewApplication.Present Method

Definition

Overloads

Present(AVCaptureDeskViewApplicationPresentHandler)

[Foundation.Export("presentWithCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Present(AVFoundation.AVCaptureDeskViewApplicationPresentHandler? completionHandler);
[<Foundation.Export("presentWithCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Present : AVFoundation.AVCaptureDeskViewApplicationPresentHandler -> unit
override this.Present : AVFoundation.AVCaptureDeskViewApplicationPresentHandler -> unit

Parameters

Attributes

Applies to

Present(AVCaptureDeskViewApplicationLaunchConfiguration, AVCaptureDeskViewApplicationPresentHandler)

[Foundation.Export("presentWithLaunchConfiguration:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Present(AVFoundation.AVCaptureDeskViewApplicationLaunchConfiguration launchConfiguration, AVFoundation.AVCaptureDeskViewApplicationPresentHandler? completionHandler);
[<Foundation.Export("presentWithLaunchConfiguration:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Present : AVFoundation.AVCaptureDeskViewApplicationLaunchConfiguration * AVFoundation.AVCaptureDeskViewApplicationPresentHandler -> unit
override this.Present : AVFoundation.AVCaptureDeskViewApplicationLaunchConfiguration * AVFoundation.AVCaptureDeskViewApplicationPresentHandler -> unit

Parameters

Attributes

Applies to