RestrictionEntry.CreateBundleArrayEntry(String, RestrictionEntry[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an entry of type #TYPE_BUNDLE_ARRAY
.
[Android.Runtime.Register("createBundleArrayEntry", "(Ljava/lang/String;[Landroid/content/RestrictionEntry;)Landroid/content/RestrictionEntry;", "", ApiSince=23)]
public static Android.Content.RestrictionEntry? CreateBundleArrayEntry (string? key, Android.Content.RestrictionEntry[]? restrictionEntries);
[<Android.Runtime.Register("createBundleArrayEntry", "(Ljava/lang/String;[Landroid/content/RestrictionEntry;)Landroid/content/RestrictionEntry;", "", ApiSince=23)>]
static member CreateBundleArrayEntry : string * Android.Content.RestrictionEntry[] -> Android.Content.RestrictionEntry
Parameters
- key
- String
the unique key for this restriction
- restrictionEntries
- RestrictionEntry[]
array of nested restriction entries. The array may only contain
elements of type #TYPE_BUNDLE bundle
.
Returns
the newly created restriction
- Attributes
Remarks
Creates an entry of type #TYPE_BUNDLE_ARRAY
.
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.