Skip to content

Commit

Permalink
Merge pull request #1 from alfrimpong/alfrimpong-patch-1
Browse files Browse the repository at this point in the history
Update TwilioEngage.swift
  • Loading branch information
alfrimpong authored Aug 8, 2023
2 parents 0f2cc61 + 26a36c4 commit c360a28
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Sources/TwilioEngage/TwilioEngage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ public class TwilioEngage: EventPlugin {
}

internal enum Events: String, CaseIterable {
case tapped = "Notification Opened" // App was not running
case received = "Notification Delivered" // App was running
case registered = "Registered for Notifications"
case unregistered = "Unable to Register for Notifications"
case changed = "Notifications Subscription Change"
case declined = "Notifications Subscription Declined"
case tapped = "Push Opened" // App was not running
case received = "Push Delivered" // App was running
case registered = "Registered for Push"
case unregistered = "Unable to Register for Push"
case changed = "Push Subscription Change"
case declined = "Push Subscription Declined"
}

internal let userDefaults = UserDefaults(suiteName: "com.twilio.engage")
Expand Down

0 comments on commit c360a28

Please sign in to comment.