PushSubscriptionChanged
public struct PushSubscriptionChanged : Equatable, Hashable
extension PushSubscriptionChanged: Sendable
An dictionary describing the push subscription that changed, the caller
will receive a list of [PushSubscriptionChanged] when calling
[PushManager::verify_connection], one entry for each channel that the
caller should resubscribe to
-
Declaration
Swift
public var channelId: String -
Declaration
Swift
public var scope: String -
Declaration
Swift
public init(channelId: String, scope: String)