MozAdsClient
open class MozAdsClient : MozAdsClientProtocol, @unchecked Sendable
Top-level API for the mac component
-
Declaration
Swift
public convenience init(dbPath: String)
-
Declaration
Swift
open func clearCache() throws
-
Declaration
Swift
open func cycleContextId() throws -> String
-
Declaration
Swift
open func recordClick(placement: MozAdsPlacement) throws
-
Declaration
Swift
open func recordImpression(placement: MozAdsPlacement) throws
-
Declaration
Swift
open func reportAd(placement: MozAdsPlacement) throws
-
Declaration
Swift
open func requestAds(mozAdConfigs: [MozAdsPlacementConfig]) throws -> [String : MozAdsPlacement]