Langue

RestrictionEntry.CreateBundleArrayEntry(String, RestrictionEntry[]) Méthode

Définition

Crée une entrée de 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

Paramètres

key
String

clé unique pour cette restriction

restrictionEntries
RestrictionEntry[]

tableau d’entrées de restriction imbriquées. Le tableau ne peut contenir que des éléments de type #TYPE_BUNDLE bundle.

Retours

la restriction nouvellement créée

Attributs

Remarques

Crée une entrée de type #TYPE_BUNDLE_ARRAY.

Java documentation pour android.content.RestrictionEntry.createBundleArrayEntry(java.lang.String, android.content.RestrictionEntry[]).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à