SubscriptionData

public struct SubscriptionData : Codable, Sendable

Undocumented

  • Undocumented

    Declaration

    Swift

    public var alerts: Alerts?
  • Specify whether to receive push notifications from all, followed, follower, or none users.

    Declaration

    Swift

    public var policy: String?
  • Undocumented

    Declaration

    Swift

    public init(alerts: Alerts? = nil, policy: String? = nil)