Handling Push Click
import UIKit
import Growlytics
import UserNotifications
@QUIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterDelegate {
var window: UIWindow?
//
// ....OTHER FUNCTIONS......
//
// THIS FUNCTION WILL BE CALLED BY GROWLYTICS SDK WHEN
// USER CLICKS ON PUSH NOTIFICATION SENT WITH GROWLYTICS.
func sendNotificationDataToAppDelegate(kvPair: [[String : Any]],
screenName: String, action: String) {
}
}Last updated
Was this helpful?
