Permission.CheckGuard(Object) Method

Definition

Checks whether access to the specified Object should be granted.

[Android.Runtime.Register("checkGuard", "(Ljava/lang/Object;)V", "GetCheckGuard_Ljava_lang_Object_Handler")]
public virtual void CheckGuard (Java.Lang.Object? object);
[<Android.Runtime.Register("checkGuard", "(Ljava/lang/Object;)V", "GetCheckGuard_Ljava_lang_Object_Handler")>]
abstract member CheckGuard : Java.Lang.Object -> unit
override this.CheckGuard : Java.Lang.Object -> unit

Parameters

object
Object

Implements

Attributes

Exceptions

Remarks

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