SecurityManager.CheckTopLevelWindow(Object) Method

Definition

This legacy security API is not supported on Android.

[Android.Runtime.Register("checkTopLevelWindow", "(Ljava/lang/Object;)Z", "GetCheckTopLevelWindow_Ljava_lang_Object_Handler")]
public virtual bool CheckTopLevelWindow(Java.Lang.Object? window);
[<Android.Runtime.Register("checkTopLevelWindow", "(Ljava/lang/Object;)Z", "GetCheckTopLevelWindow_Ljava_lang_Object_Handler")>]
abstract member CheckTopLevelWindow : Java.Lang.Object -> bool
override this.CheckTopLevelWindow : Java.Lang.Object -> bool

Parameters

window
Object

The window whose creation is being checked.

Returns

Attributes

Remarks

This legacy security API is not supported on Android. Do not use.

Java documentation for java.lang.SecurityManager.checkTopLevelWindow(java.lang.Object).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to