AndroidGenerationPlatformServices
class AndroidGenerationPlatformServices(val notificationManager: PushNotificationManager, val wakeLockInterActor: WakeLockInterActor) : GenerationPlatformServices(source)
Coordinates AndroidGenerationPlatformServices behavior in the SDAI presentation layer.
Author
Dmitriy Moroz
Properties
Link copied to clipboard
Exposes the notificationManager value used by the SDAI presentation layer.
Link copied to clipboard
Exposes the supportsBackgroundGeneration value used by the SDAI presentation layer.
Link copied to clipboard
Exposes the wakeLockInterActor value used by the SDAI presentation layer.
Functions
Link copied to clipboard
Performs the SDAI side effect handled by acquireWakeLock.
Link copied to clipboard
Performs the SDAI side effect handled by releaseWakeLock.
Link copied to clipboard
Executes the showGenerationFailed step in the SDAI presentation layer.
Link copied to clipboard
Executes the showGenerationSucceeded step in the SDAI presentation layer.