IDumpableContainer.AddDumpable(IDumpable) Method

Definition

Adds the given Dumpable dumpable to the container.

[Android.Runtime.Register("addDumpable", "(Landroid/util/Dumpable;)Z", "GetAddDumpable_Landroid_util_Dumpable_Handler:Android.Util.IDumpableContainerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)]
public bool AddDumpable (Android.Util.IDumpable dumpable);
[<Android.Runtime.Register("addDumpable", "(Landroid/util/Dumpable;)Z", "GetAddDumpable_Landroid_util_Dumpable_Handler:Android.Util.IDumpableContainerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)>]
abstract member AddDumpable : Android.Util.IDumpable -> bool

Parameters

dumpable
IDumpable

dumpable to be added.

Returns

true if the dumpable was added, false if the call was ignored.

Attributes

Remarks

Adds the given Dumpable dumpable to the container.

If a dumpable with the same Dumpable#getDumpableName() name was added before, this call is ignored.

Java documentation for android.util.DumpableContainer.addDumpable(android.util.Dumpable).

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