Langue

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

Définition

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

[Android.Runtime.Register("createBundleEntry", "(Ljava/lang/String;[Landroid/content/RestrictionEntry;)Landroid/content/RestrictionEntry;", "", ApiSince=23)]
public static Android.Content.RestrictionEntry? CreateBundleEntry(string? key, Android.Content.RestrictionEntry[]? restrictionEntries);
[<Android.Runtime.Register("createBundleEntry", "(Ljava/lang/String;[Landroid/content/RestrictionEntry;)Landroid/content/RestrictionEntry;", "", ApiSince=23)>]
static member CreateBundleEntry : 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.

Retours

la restriction nouvellement créée

Attributs

Remarques

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

Java documentation pour android.content.RestrictionEntry.createBundleEntry(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 à