Language

RestrictionEntry.CreateBundleEntry(String, RestrictionEntry[]) メソッド

定義

#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

パラメーター

key
String

この制限の一意キー

restrictionEntries
RestrictionEntry[]

入れ子になった制限エントリの配列。

返品

新しく作成された制限

属性

注釈

#TYPE_BUNDLE型のエントリを作成します。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象