AndroidBenchmarkPlatformActions

internal class AndroidBenchmarkPlatformActions(val context: Context, val dispatchersProvider: DispatchersProvider) : BenchmarkPlatformActions(source)

Android implementation of benchmark platform side effects.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(context: Context, dispatchersProvider: DispatchersProvider)

Properties

Link copied to clipboard
private val context: Context
Link copied to clipboard

Functions

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

Shares text with the native platform share sheet.