RemoteAction.Dump(String, PrintWriter) Method

Definition

[Android.Runtime.Register("dump", "(Ljava/lang/String;Ljava/io/PrintWriter;)V", "", ApiSince=26)]
public void Dump(string? prefix, Java.IO.PrintWriter? pw);
[<Android.Runtime.Register("dump", "(Ljava/lang/String;Ljava/io/PrintWriter;)V", "", ApiSince=26)>]
member this.Dump : string * Java.IO.PrintWriter -> unit

Parameters

prefix
String

String

pw
PrintWriter

PrintWriter

Attributes

Remarks

Android reference for android.app.RemoteAction.dump.

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