Context.IsRestricted Property

Definition

Indicates whether this Context is restricted.

public virtual bool IsRestricted { [Android.Runtime.Register("isRestricted", "()Z", "GetIsRestrictedHandler")] get; }
[<get: Android.Runtime.Register("isRestricted", "()Z", "GetIsRestrictedHandler")>]
member this.IsRestricted : bool

Property Value

true if this Context is restricted, false otherwise.

Attributes

Remarks

Indicates whether this Context is restricted.

Java documentation for android.content.Context.isRestricted().

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