Skip to content

Commit

Permalink
Add edge prefix to eventTypes (#573)
Browse files Browse the repository at this point in the history
* Rename event type to edgeIdentity

* Rename event type to edgeConsent
  • Loading branch information
emdobrin authored Mar 12, 2021
1 parent e7c449d commit 4a9e080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AEPCore/Sources/eventhub/EventType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class EventType: NSObject {
public static let custom = "com.adobe.eventType.custom"
public static let hub = "com.adobe.eventType.hub"
public static let identity = "com.adobe.eventType.identity"
public static let identityEdge = "com.adobe.eventType.identityEdge"
public static let edgeIdentity = "com.adobe.eventType.edgeIdentity"
public static let lifecycle = "com.adobe.eventType.lifecycle"
public static let location = "com.adobe.eventType.location"
public static let pii = "com.adobe.eventType.pii"
Expand All @@ -41,6 +41,6 @@ public class EventType: NSObject {
public static let genericPii = "com.adobe.eventType.generic.pii"
public static let genericData = "com.adobe.eventType.generic.data"
public static let edge = "com.adobe.eventType.edge"
public static let consent = "com.adobe.eventType.consent"
public static let edgeConsent = "com.adobe.eventType.edgeConsent"
public static let wildcard = "com.adobe.eventType._wildcard_"
}

0 comments on commit 4a9e080

Please sign in to comment.