FirstPartyMobileApplicationTargeting constructor

FirstPartyMobileApplicationTargeting({
  1. List<String>? excludedAppIds,
  2. List<String>? targetedAppIds,
})

Implementation

FirstPartyMobileApplicationTargeting({
  this.excludedAppIds,
  this.targetedAppIds,
});