PushNotificationManagerImpl
internal class PushNotificationManagerImpl(val context: Context, val manager: NotificationManagerCompat) : PushNotificationManager(source)
Implements PushNotificationManager behavior in the SDAI notification layer.
Author
Dmitriy Moroz
Types
Properties
Functions
Link copied to clipboard
Creates the SDAI value produced by createAndShowInstant.
Link copied to clipboard
open override fun createNotification(title: UiText, body: UiText?, block: NotificationCompat.Builder.() -> Unit = {}): Notification
open override fun createNotification(title: String, body: String?, block: NotificationCompat.Builder.() -> Unit = {}): Notification
Creates the SDAI value produced by createNotification.
Link copied to clipboard
Creates the SDAI value produced by createNotificationChannel.
Link copied to clipboard
Executes the hasNotificationPermission step in the SDAI notification layer.
Link copied to clipboard
Executes the show step in the SDAI notification layer.