SubscriptionInfo

public struct SubscriptionInfo
extension SubscriptionInfo: Equatable, Hashable

Subscription Information, the endpoint to send push messages to and the key information that can be used to encrypt payloads

  • Declaration

    Swift

    public var endpoint: String
  • Declaration

    Swift

    public var keys: KeyInfo
  • Declaration

    Swift

    public init(endpoint: String, keys: KeyInfo)
  • Declaration

    Swift

    public static func == (lhs: SubscriptionInfo, rhs: SubscriptionInfo) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)