...
Code Block |
---|
#pragma mark - Schemes func appoxee(_ appoxee: Appoxee, handledRemoteNotification pushNotification: APXPushNotification, andIdentifer actionIdentifier: String) { // Here the special field will be received in extra parameters in "pushNotification" print("Notification receivedURL - \(pushNotification.extraFields["apx_url"])") } |