Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2022-09-29 17:00:06 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0fb6764ed636c974718dbcc78d4792e59e8c6c46
0fb6764e
1 parent
68f8d8d1
activate coupon_retrieved event
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
SwiftWarplyFramework/SwiftWarplyFramework/CampaignViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/CampaignViewController.swift
View file @
0fb6764
...
...
@@ -193,8 +193,8 @@ var timer2: DispatchSourceTimer?
}
else
if
(
eventArray
[
1
]
==
"couponRetrieved"
)
{
//
let couponEvent = swiftApi.CouponEventModel()
//
SwiftEventBus.post("coupon_retrieved", sender: couponEvent)
let
couponEvent
=
swiftApi
.
CouponEventModel
()
SwiftEventBus
.
post
(
"coupon_retrieved"
,
sender
:
couponEvent
)
swiftApi
()
.
getCouponsAsync
(
getCouponsCallback
)
...
...
Please
register
or
login
to post a comment