Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.35 KB | None | 0 0
  1. else if (deepLinkString?.contains("topUpSuccess") ?? false || deepLinkString?.contains("topUpFailure") ?? false) {
  2.             let userInfo:[String: String?] = ["returnURL": opalSchema?.absoluteString]
  3.             NotificationCenter.default.post(name: NSNotification.Name(rawValue: "topUpCompleted"), object: nil, userInfo: userInfo as [AnyHashable : Any])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement