다음을 통해 공유


PrintDocumentAdapter.LayoutResultCallback.OnLayoutFailed Method

Definition

Overloads

OnLayoutFailed(ICharSequence)

Notifies that an error occurred while laying out the document.

OnLayoutFailed(String)

Notifies that an error occurred while laying out the document.

OnLayoutFailed(ICharSequence)

Notifies that an error occurred while laying out the document.

[Android.Runtime.Register("onLayoutFailed", "(Ljava/lang/CharSequence;)V", "GetOnLayoutFailed_Ljava_lang_CharSequence_Handler")]
public virtual void OnLayoutFailed (Java.Lang.ICharSequence? error);
[<Android.Runtime.Register("onLayoutFailed", "(Ljava/lang/CharSequence;)V", "GetOnLayoutFailed_Ljava_lang_CharSequence_Handler")>]
abstract member OnLayoutFailed : Java.Lang.ICharSequence -> unit
override this.OnLayoutFailed : 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 laying out the document.

Java documentation for android.print.PrintDocumentAdapter.LayoutResultCallback.onLayoutFailed(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

OnLayoutFailed(String)

Notifies that an error occurred while laying out the document.

public void OnLayoutFailed (string? error);
member this.OnLayoutFailed : 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 laying out the document.

Java documentation for android.print.PrintDocumentAdapter.LayoutResultCallback.onLayoutFailed(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