Instance Propertymochidev.swift-webpush 0.4.2WebPush
description
WebPushManager.swift:1161var description: String { get }
var description: String { get }
import WebPush
enum _Message
An internal type representing a push message, accessible when using WebPushTesting
.
actor WebPushManager
A manager for sending push messages to subscribers.
@frozen struct String
A Unicode string value that is a collection of characters.
var string: String? { get }
The string value from a string(_:)
message.
func checkMessageSize() throws
Check to see if a message is potentially too large to be sent to a push service.
func json<JSON>(as: JSON.Type = JSON.self) -> JSON? where JSON : Encodable, JSON : Sendable
The json value from a json(_:)
message.