RestrictionsManager.ConvertRestrictionsToBundle 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
다음 매핑<을 사용하여 제한 목록을 해당 번들로 변환합니다. 테이블><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 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.