Skip to content

Commit

Permalink
Add language precedence
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-win87 authored May 9, 2024
1 parent 8da9631 commit 48a355e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class ViewController: UIViewController {
propertyName: try! SPPropertyName("mobile.multicampaign.demo"),
campaigns: SPCampaigns(
gdpr: SPCampaign(),
ccpa: SPCampaign(),
usnat: SPCampaign(),
ios14: SPCampaign()
),
delegate: self
Expand Down Expand Up @@ -164,7 +164,7 @@ extension ViewController: SPDelegate {

SPCampaigns *campaigns = [[SPCampaigns alloc]
initWithGdpr: campaign
ccpa: campaign
usnat: campaign
ios14: campaign
environment: SPCampaignEnvPublic];

Expand Down

0 comments on commit 48a355e

Please sign in to comment.