共用方式為


RestrictionsManager.ConvertRestrictionsToBundle 方法

定義

使用下列對應,將限制清單轉換為對應的套件組合:<table<>tr><>th RestrictionEntry</th>><Bundle</th></><><tr<>tr>><RestrictionEntry#TYPE_CHOICE td>RestrictionEntry#TYPE_BOOLEAN</tdBundle#putBoolean><><></td/tr td, /td td/td/tr td, RestrictionEntry#TYPE_MULTI_SELECT</<><>><<><>>><><><Bundle#putStringArrayRestrictionEntry#TYPE_INTEGERBundle#putInt<td td/td/><><tr tr td>RestrictionEntry#TYPE_STRING</td><td/td><>Bundle#putString</tr>><<td<>RestrictionEntry#TYPE_BUNDLE/tdBundle#putBundle<>>< td/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>

限制清單

傳回

屬性

備註

使用下列對應,將限制清單轉換為對應的套件組合:<table<>tr><>th RestrictionEntry</th>><Bundle</th></><><tr<>tr>><RestrictionEntry#TYPE_CHOICE td>RestrictionEntry#TYPE_BOOLEAN</tdBundle#putBoolean><><></td/tr td, /td td/td/tr td, RestrictionEntry#TYPE_MULTI_SELECT</<><>><<><>>><><><Bundle#putStringArrayRestrictionEntry#TYPE_INTEGERBundle#putInt<td td/td/><><tr tr td>RestrictionEntry#TYPE_STRING</td><td/td><>Bundle#putString</tr>><<td<>RestrictionEntry#TYPE_BUNDLE/tdBundle#putBundle<>>< td/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 屬性授權中所述的詞彙使用。

適用於