다음을 통해 공유


RestrictionsManager.ConvertRestrictionsToBundle 메서드

정의

다음 매핑<을 사용하여 제한 목록을 해당 번들로 변환합니다. 테이블><tr><th>RestrictionEntry</th th><>번들</th></tr tr<>td<>><RestrictionEntry#TYPE_BOOLEAN/td></tdBundle#putBoolean><></tr tr tr<>><tdRestrictionEntry#TYPE_CHOICE>,<RestrictionEntry#TYPE_MULTI_SELECT /td<>td>Bundle#putStringArray</td></tr><tr tr><tdRestrictionEntry#TYPE_INTEGER<>/td/td><><><Bundle#putInt/tr tr><><td>RestrictionEntry#TYPE_STRING</td td>><<Bundle#putString/td></tr tr><td>RestrictionEntry#TYPE_BUNDLE><</td></<Bundle#putBundle>td></tr tr><td><><RestrictionEntry#TYPE_BUNDLE_ARRAY/td td></td><Bundle#putParcelableArray<>/tr></table>

[Android.Runtime.Register("convertRestrictionsToBundle", "(Ljava/util/List;)Landroid/os/Bundle;", "", ApiSince=23)]
public static Android.OS.Bundle? ConvertRestrictionsToBundle (System.Collections.Generic.IList<Android.Content.RestrictionEntry>? entries);
[<Android.Runtime.Register("convertRestrictionsToBundle", "(Ljava/util/List;)Landroid/os/Bundle;", "", ApiSince=23)>]
static member ConvertRestrictionsToBundle : System.Collections.Generic.IList<Android.Content.RestrictionEntry> -> Android.OS.Bundle

매개 변수

entries
IList<RestrictionEntry>

제한 목록

반환

특성

설명

다음 매핑<을 사용하여 제한 목록을 해당 번들로 변환합니다. 테이블><tr><th>RestrictionEntry</th th><>번들</th></tr tr<>td<>><RestrictionEntry#TYPE_BOOLEAN/td></tdBundle#putBoolean><></tr tr tr<>><tdRestrictionEntry#TYPE_CHOICE>,<RestrictionEntry#TYPE_MULTI_SELECT /td<>td>Bundle#putStringArray</td></tr><tr tr><tdRestrictionEntry#TYPE_INTEGER<>/td/td><><><Bundle#putInt/tr tr><><td>RestrictionEntry#TYPE_STRING</td td>><<Bundle#putString/td></tr tr><td>RestrictionEntry#TYPE_BUNDLE><</td></<Bundle#putBundle>td></tr tr><td><><RestrictionEntry#TYPE_BUNDLE_ARRAY/td td></td><Bundle#putParcelableArray<>/tr></table>

에 대한 android.content.RestrictionsManager.convertRestrictionsToBundle(java.util.List<android.content.RestrictionEntry>)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상