PrintDocumentAdapter.LayoutResultCallback.OnLayoutFailed Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.
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.