Package-level declarations
Types
Link copied to clipboard
class AndroidGenerationPlatformServices(val notificationManager: PushNotificationManager) : 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
Implements generation platform services for iOS.
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.