DeliverPushMessageRequest

@Serializable
data class DeliverPushMessageRequest(val origin: String, val registrationId: RegistrationID, val data: String)

Request object containing input parameters for the ServiceWorkerDomain.deliverPushMessage command.

Constructors

Link copied to clipboard
constructor(origin: String, registrationId: RegistrationID, data: String)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)