DispatchSyncEventRequest

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

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tag: String