Android.OS.Bundle: Constructor Members

The constructors of Android.OS.Bundle are listed below. For a list of all members, see the Bundle Members list.

See Also: Inherited members from Android.OS.BaseBundle

Public Constructors

Constructs a new, empty Bundle.
Constructs a Bundle containing a copy of the mappings from the given Bundle.
Constructs a Bundle containing a copy of the mappings from the given PersistableBundle.
Constructs a new, empty Bundle that uses a specific ClassLoader for instantiating Parcelable and Serializable objects.
Constructs a new, empty Bundle sized to hold the given number of elements.