AndroidLoggerPlatformActions

Implements LoggerPlatformActions behavior in the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(context: Context)

Types

Link copied to clipboard
private object Companion

Provides the companion object singleton used by the SDAI presentation layer.

Properties

Link copied to clipboard
private val context: Context

Exposes the context value used by the SDAI presentation layer.

Functions

Link copied to clipboard
open suspend override fun copyLogs(text: String)

Executes the copyLogs step in the SDAI presentation layer.

Link copied to clipboard
open suspend override fun shareLogs(text: String)

Performs the SDAI side effect handled by shareLogs.