SandboxedSdkUiSessionState.Error


public final class SandboxedSdkUiSessionState.Error extends SandboxedSdkUiSessionState


There was an error in the UI session.

Summary

Public constructors

Error(@NonNull Throwable throwable)

Public methods

final @NonNull Throwable

The error that caused the session to end.

Public constructors

Error

Added in 1.0.0-alpha07
public Error(@NonNull Throwable throwable)
Parameters
@NonNull Throwable throwable

The error that caused the session to end.

Public methods

getThrowable

Added in 1.0.0-alpha07
public final @NonNull Throwable getThrowable()

The error that caused the session to end.