func isPremium()

in Sources/Bridget/native.swift [780:814]


  func isPremium() throws -> Bool

  ///
  /// - Parameters:
  ///   - articleIds: 
  /// - Returns: TList<String>
  /// - Throws: 
  func filterSeenArticles(articleIds: TList<String>) throws -> TList<String>

  ///
  /// - Returns: String
  /// - Throws: 
  func discussionId() throws -> String

  ///
  /// - Returns: Bool
  /// - Throws: 
  func doesCcpaApply() throws -> Bool

  ///
  /// - Returns: Bool
  /// - Throws: 
  func isSignedIn() throws -> Bool

  ///
  /// - Parameters:
  ///   - reason: 
  ///   - referrer: 
  /// - Returns: Bool
  /// - Throws: 
  func signIn(reason: SignInScreenReason, referrer: SignInScreenReferrer) throws -> Bool

}

open class UserClient : TClient /* , User */ {