Android.Util.IPrinter
Simple interface for printing text, allowing redirection to various targets.

See Also: IPrinter Members

Syntax

[Android.Runtime.Register("android/util/Printer", "", "Android.Util.IPrinterInvoker")]
public interface IPrinter : Android.Runtime.IJavaObject, IDisposable

Remarks

Simple interface for printing text, allowing redirection to various targets. Standard implementations are Android.Util.LogPrinter, Android.Util.StringBuilderPrinter, and Android.Util.PrintWriterPrinter.

[Android Documentation]

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1