Share via


NSApplication.RequestUserAttention(NSRequestUserAttentionType) Method

Definition

[Foundation.Export("requestUserAttention:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr RequestUserAttention(AppKit.NSRequestUserAttentionType requestType);
[<Foundation.Export("requestUserAttention:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RequestUserAttention : AppKit.NSRequestUserAttentionType -> nativeint
override this.RequestUserAttention : AppKit.NSRequestUserAttentionType -> nativeint

Parameters

Returns

IntPtr

nativeint

Attributes

Applies to