Freigeben über


RestrictionEntry.TypeBundleArray Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Content.RestrictionEntryType enum directly instead of this field.

Einschränkung des Typs "bundle_array".

[Android.Runtime.Register("TYPE_BUNDLE_ARRAY", ApiSince=23)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.RestrictionEntryType enum directly instead of this field.", true)]
public const Android.Content.RestrictionEntryType TypeBundleArray = 8;
[<Android.Runtime.Register("TYPE_BUNDLE_ARRAY", ApiSince=23)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.RestrictionEntryType enum directly instead of this field.", true)>]
val mutable TypeBundleArray : Android.Content.RestrictionEntryType

Feldwert

Value = 8

Implementiert

Attribute

Hinweise

Einschränkung des Typs "bundle_array". Verwenden Sie dies zum Speichern von Arrays von android.os.Bundle bundles Einschränkungen.

Java-Dokumentation für android.content.RestrictionEntry.TYPE_BUNDLE_ARRAY.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: