Package-level declarations

Types

Link copied to clipboard

Live Update handler that allows for custom handling of Live Updates and uses a callback to return update results.

Link copied to clipboard

Live Update handler that displays the latest content in a notification and uses a callback to return update results.

Link copied to clipboard

Handler for Live Update events that allows for custom handling.

Link copied to clipboard
class LiveUpdate(val name: String, val type: String, val content: JsonMap, val lastContentUpdateTime: Long, val lastStateChangeTime: Long, val dismissalTime: Long? = null)

Information about a Live Update.

Link copied to clipboard

Live Update event types.

Link copied to clipboard
sealed interface LiveUpdateHandler

Base interface for Live Update handlers.

Link copied to clipboard

Airship Live Updates.

Link copied to clipboard
sealed class LiveUpdateResult<out T>

Result type for LiveUpdateHandlers.

Link copied to clipboard

Handler for Live Update events that update a Notification.

Link copied to clipboard

Live Update handler that allows for custom handling of Live Updates and uses a suspend function to handle updates.

Link copied to clipboard

Live Update handler that displays the latest content in a notification and uses a suspend function to handle updates.