PushSubscriptionChanged
public struct PushSubscriptionChanged
extension PushSubscriptionChanged: Equatable, Hashable
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)
-
Declaration
Swift
public static func == (lhs: PushSubscriptionChanged, rhs: PushSubscriptionChanged) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)