NoOpSettingsPlatformActions

Provides the NoOpSettingsPlatformActions singleton used by the SDAI presentation layer.

Author

Dmitriy Moroz

Properties

Link copied to clipboard

Exposes the requiresStoragePermissionForMediaStore value used by the SDAI presentation layer.

Link copied to clipboard
open override val supportsBackgroundGeneration: Boolean = false

Exposes the supportsBackgroundGeneration value used by the SDAI presentation layer.

Functions

Link copied to clipboard
open override fun openAppSettings()

Executes the openAppSettings step in the SDAI presentation layer.

Link copied to clipboard
open override fun openUrl(url: String)

Executes the openUrl step in the SDAI presentation layer.

Link copied to clipboard
open suspend override fun requestNotificationPermission(): Boolean

Executes the requestNotificationPermission step in the SDAI presentation layer.

Link copied to clipboard
open suspend override fun requestStoragePermission(): Boolean

Executes the requestStoragePermission step in the SDAI presentation layer.

Link copied to clipboard
open override fun shareLogFile()

Performs the SDAI side effect handled by shareLogFile.

Link copied to clipboard
open override fun showDeveloperModeUnlocked()

Executes the showDeveloperModeUnlocked step in the SDAI presentation layer.