NotificationWorker
internal abstract class NotificationWorker(context: Context, workerParameters: WorkerParameters, val pushNotificationManager: PushNotificationManager, val activityIntentProvider: ActivityIntentProvider) : CoroutineWorker(source)
Coordinates NotificationWorker behavior in the SDAI background work feature layer.
Author
Dmitriy Moroz
Inheritors
Constructors
Link copied to clipboard
constructor(context: Context, workerParameters: WorkerParameters, pushNotificationManager: PushNotificationManager, activityIntentProvider: ActivityIntentProvider)
Properties
Link copied to clipboard
Exposes the activityIntentProvider value used by the SDAI background work feature layer.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Exposes the genericNotificationId value used by the SDAI background work feature layer.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Exposes the notificationId value used by the SDAI background work feature layer.
Link copied to clipboard
Link copied to clipboard
Exposes the pushNotificationManager value used by the SDAI background work feature layer.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Executes the showGenericNotification step in the SDAI background work feature layer.
Link copied to clipboard
Link copied to clipboard