Deliver Push Message Request
data class DeliverPushMessageRequest(origin: String, registrationId: RegistrationID, data: String)
Content copied to clipboard
Represents request frame that can be used with ServiceWorker#deliverPushMessage operation call.
See also
Constructors
DeliverPushMessageRequest
Link copied to clipboard
fun DeliverPushMessageRequest(origin: String, registrationId: RegistrationID, data: String)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard