Stay organized with collections
Save and categorize content based on your preferences.
public fun interface OnErrorListener
Callback for remote session errors on Build.VERSION_CODES.CINNAMON_BUN and above platforms.
Summary
Public methods |
abstract void |
Triggered when a critical error occurs while establishing or maintaining the remote session.
|
Public methods
abstract void onError(@NonNull Throwable throwable)
Triggered when a critical error occurs while establishing or maintaining the remote session.
| Parameters |
@NonNull Throwable throwable |
The underlying exception that caused the session failure.
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-06-24 UTC.
[null,null,["Last updated 2026-06-24 UTC."],[],[]]