TokenWatcher.Dump Method

Definition

Overloads

Name Description
Dump()

Writes this object's state to the system log.

Dump(PrintWriter)

Writes this object's state to the supplied output.

Dump()

Writes this object's state to the system log.

[Android.Runtime.Register("dump", "()V", "GetDumpHandler")]
public virtual void Dump();
[<Android.Runtime.Register("dump", "()V", "GetDumpHandler")>]
abstract member Dump : unit -> unit
override this.Dump : unit -> unit
Attributes

Remarks

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.

Java documentation for android.os.TokenWatcher.dump().

Applies to

Dump(PrintWriter)

Writes this object's state to the supplied output.

[Android.Runtime.Register("dump", "(Ljava/io/PrintWriter;)V", "GetDump_Ljava_io_PrintWriter_Handler")]
public virtual void Dump(Java.IO.PrintWriter? pw);
[<Android.Runtime.Register("dump", "(Ljava/io/PrintWriter;)V", "GetDump_Ljava_io_PrintWriter_Handler")>]
abstract member Dump : Java.IO.PrintWriter -> unit
override this.Dump : Java.IO.PrintWriter -> unit

Parameters

pw
PrintWriter

PrintWriter

Attributes

Remarks

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.

Java documentation for android.os.TokenWatcher.dump(java.io.PrintWriter).

Applies to