Skip to content

Commit

Permalink
add offer event type
Browse files Browse the repository at this point in the history
  • Loading branch information
jiabingeng committed Nov 6, 2020
1 parent b256b2b commit a2d440f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AEPCore/Sources/eventhub/EventType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class EventType: NSObject {
public static let target = "com.adobe.eventType.target"
public static let userProfile = "com.adobe.eventType.userProfile"
public static let places = "com.adobe.eventType.places"
public static let offer = "com.adobe.eventType.offer"
public static let offerDecisioning = "com.adobe.eventType.offerDecisioning"
public static let genericTrack = "com.adobe.eventType.generic.track"
public static let genericLifecycle = "com.adobe.eventType.generic.lifecycle"
public static let genericIdentity = "com.adobe.eventType.generic.identity"
Expand Down

0 comments on commit a2d440f

Please sign in to comment.