CertificateInfo

public struct CertificateInfo

Information about the certificate.

  • The list of debug features.

    Declaration

    Swift

    public let debugFeatures: [String]
  • The list of premium features.

    Declaration

    Swift

    public let premiumFeatures: [String]
  • Constructor.

    Declaration

    Swift

    public init(debugFeatures: [String], premiumFeatures: [String])

    Parameters

    debugFeatures

    list of debug features

    premiumFeatures

    list of premium features