PrintDocumentAdapter.WriteResultCallback.OnWriteFailed Method

Definition

Overloads

OnWriteFailed(ICharSequence)

Notifies that an error occurred while writing the data.

OnWriteFailed(String)

Notifies that an error occurred while writing the data.

OnWriteFailed(ICharSequence)

Notifies that an error occurred while writing the data.

[Android.Runtime.Register("onWriteFailed", "(Ljava/lang/CharSequence;)V", "GetOnWriteFailed_Ljava_lang_CharSequence_Handler")]
public virtual void OnWriteFailed (Java.Lang.ICharSequence? error);
[<Android.Runtime.Register("onWriteFailed", "(Ljava/lang/CharSequence;)V", "GetOnWriteFailed_Ljava_lang_CharSequence_Handler")>]
abstract member OnWriteFailed : Java.Lang.ICharSequence -> unit
override this.OnWriteFailed : Java.Lang.ICharSequence -> unit

Parameters

error
ICharSequence

The <strong>localized</strong> error message. shown to the user. May be null if error is unknown.

Attributes

Remarks

Notifies that an error occurred while writing the data.

Java documentation for android.print.PrintDocumentAdapter.WriteResultCallback.onWriteFailed(java.lang.CharSequence).

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

OnWriteFailed(String)

Notifies that an error occurred while writing the data.

public void OnWriteFailed (string? error);
member this.OnWriteFailed : string -> unit

Parameters

error
String

The <strong>localized</strong> error message. shown to the user. May be null if error is unknown.

Remarks

Notifies that an error occurred while writing the data.

Java documentation for android.print.PrintDocumentAdapter.WriteResultCallback.onWriteFailed(java.lang.CharSequence).

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