func updateAdverts()

in Sources/Bridget/native.swift [500:510]


  func updateAdverts(adSlots: TList<AdSlot>) throws

  ///
  /// - Parameters:
  ///   - targetingParams: 
  /// - Throws: 
  func sendTargetingParams(targetingParams: TMap<String, String>) throws

}

open class CommercialClient : TClient /* , Commercial */ {