PushConfigResponse

data class PushConfigResponse(val pushEndpoint: String)

Configuration for a push delivery endpoint.

Constructors

Link copied to clipboard
fun PushConfigResponse(pushEndpoint: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A URL locating the endpoint to which messages should be pushed. For example, a Webhook endpoint might use "https://example.com/push".