PersistableBundle.DeepCopy Method

Definition

Make a deep copy of the given bundle.

[Android.Runtime.Register("deepCopy", "()Landroid/os/PersistableBundle;", "", ApiSince=26)]
public Android.OS.PersistableBundle? DeepCopy ();
[<Android.Runtime.Register("deepCopy", "()Landroid/os/PersistableBundle;", "", ApiSince=26)>]
member this.DeepCopy : unit -> Android.OS.PersistableBundle

Returns

PersistableBundle
Attributes

Remarks

Java documentation for android.os.PersistableBundle.deepCopy().

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