Поделиться через


RestrictionEntry.CreateBundleArrayEntry(String, RestrictionEntry[]) Метод

Определение

Создает запись типа #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

Параметры

key
String

уникальный ключ для этого ограничения

restrictionEntries
RestrictionEntry[]

массив вложенных записей ограничений. Массив может содержать только элементы типа #TYPE_BUNDLE bundle.

Возвращаемое значение

только что созданное ограничение

Атрибуты

Комментарии

Создает запись типа #TYPE_BUNDLE_ARRAY.

Документация по Java для android.content.RestrictionEntry.createBundleArrayEntry(java.lang.String, android.content.RestrictionEntry[]).

Части этой страницы являются изменениями, основанными на работе, созданной и совместно используемой проектом и используемой в соответствии с условиями, Creative Commons 2.5 Attribution License Creative Commons 2.5 Attribution License.

Применяется к