BaseBundle.PutAll(PersistableBundle) Method

Definition

Inserts all mappings from the given PersistableBundle into this BaseBundle.

[Android.Runtime.Register("putAll", "(Landroid/os/PersistableBundle;)V", "GetPutAll_Landroid_os_PersistableBundle_Handler")]
public virtual void PutAll (Android.OS.PersistableBundle? bundle);
[<Android.Runtime.Register("putAll", "(Landroid/os/PersistableBundle;)V", "GetPutAll_Landroid_os_PersistableBundle_Handler")>]
abstract member PutAll : Android.OS.PersistableBundle -> unit
override this.PutAll : Android.OS.PersistableBundle -> unit

Parameters

bundle
PersistableBundle

a PersistableBundle

Attributes

Remarks

Inserts all mappings from the given PersistableBundle into this BaseBundle.

Java documentation for android.os.BaseBundle.putAll(android.os.PersistableBundle).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to