SuspendLiveUpdateNotificationHandler
Live Update handler that displays the latest content in a notification and uses a suspend function to handle updates.
Functions
Link copied to clipboard
abstract suspend fun onUpdate(context: Context, event: LiveUpdateEvent, update: LiveUpdate): LiveUpdateResult<NotificationCompat.Builder>
Called when a Live Update has been received.