Package-level declarations
Types
Link copied to clipboard
class AndroidGenerationPlatformServices(val notificationManager: PushNotificationManager, val wakeLockInterActor: WakeLockInterActor) : GenerationPlatformServices
Coordinates AndroidGenerationPlatformServices behavior in the SDAI presentation layer.
Link copied to clipboard
Coordinates GenerationFormUpdateEvent behavior in the SDAI presentation layer.
Link copied to clipboard
interface GenerationPlatformServices
Defines the GenerationPlatformServices contract for the SDAI presentation layer.
Link copied to clipboard
Provides the NoOpGenerationPlatformServices singleton used by the SDAI presentation layer.
Link copied to clipboard
internal typealias ViewModelLauncher = (CoroutineDispatcher, CoroutineStart, suspend CoroutineScope.() -> Unit) -> Job
Aliases ViewModelLauncher for SDAI presentation code.