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

Definição

Cria uma entrada do tipo #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

Parâmetros

key
String

a chave exclusiva para essa restrição

restrictionEntries
RestrictionEntry[]

matriz de entradas de restrição aninhadas.

Retornos

a restrição recém-criada

Atributos

Comentários

Cria uma entrada do tipo #TYPE_BUNDLE.

Java documentação para android.content.RestrictionEntry.createBundleEntry(java.lang.String, android.content.RestrictionEntry[]).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a