DispatchSyncEventRequest

@Serializable
data class DispatchSyncEventRequest(val origin: String, val registrationId: RegistrationID, val tag: String, val lastChance: Boolean)

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

Constructors

Link copied to clipboard
constructor(origin: String, registrationId: RegistrationID, tag: String, lastChance: Boolean)

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)

Link copied to clipboard
val tag: String

(undocumented in the protocol definition)