RestrictionEntry.GetRestrictions Method

Definition

Returns array of possible restriction entries that this entry may contain.

[Android.Runtime.Register("getRestrictions", "()[Landroid/content/RestrictionEntry;", "GetGetRestrictionsHandler", ApiSince=23)]
public virtual Android.Content.RestrictionEntry[]? GetRestrictions ();
[<Android.Runtime.Register("getRestrictions", "()[Landroid/content/RestrictionEntry;", "GetGetRestrictionsHandler", ApiSince=23)>]
abstract member GetRestrictions : unit -> Android.Content.RestrictionEntry[]
override this.GetRestrictions : unit -> Android.Content.RestrictionEntry[]

Returns

Attributes

Remarks

Returns array of possible restriction entries that this entry may contain.

Java documentation for android.content.RestrictionEntry.getRestrictions().

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