SandboxedSdkUiSessionState.Error


class SandboxedSdkUiSessionState.Error : SandboxedSdkUiSessionState


There was an error in the UI session.

Summary

Public constructors

Error(throwable: Throwable)

Public properties

Throwable

The error that caused the session to end.

Public constructors

Error

Added in 1.0.0-alpha07
Error(throwable: Throwable)
Parameters
throwable: Throwable

The error that caused the session to end.

Public properties

throwable

Added in 1.0.0-alpha07
val throwableThrowable

The error that caused the session to end.