Skip to content

Commit

Permalink
add event type for offer decisioning (#442)
Browse files Browse the repository at this point in the history
* add offer event type

* add offer event type

Co-authored-by: jgeng <jgeng@adobe.com>
  • Loading branch information
shalehaha and jiabingeng authored Nov 9, 2020
1 parent af2ff63 commit f6a0550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AEPCore/Sources/eventhub/EventType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +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 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 f6a0550

Please sign in to comment.