다음을 통해 공유


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 설명서입니다 android.content.RestrictionEntry.createBundleEntry(java.lang.String, android.content.RestrictionEntry[]).

이 페이지의 일부는 만들고 공유하며 에 설명된 용어에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상