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-07-05 10:34:43 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2730d34554a6c1ae9465003090feb395d8ab80cb
2730d345
1 parent
466472f8
delete gifts event
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
.DS_Store
SwiftWarplyFramework/SwiftWarplyFramework/CouponsViewController.swift
.DS_Store
View file @
2730d34
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/CouponsViewController.swift
View file @
2730d34
...
...
@@ -97,11 +97,6 @@ extension CouponsViewController: UITableViewDelegate, UITableViewDataSource{
let
ccms
=
swiftApi
.
LoyaltyContextualOfferModel
()
SwiftEventBus
.
post
(
"ccms"
,
sender
:
ccms
)
// gifts event
let
gift
=
swiftApi
.
LoyaltyGiftsForYouOfferClickEvent
()
gift
.
_title
=
"testTitle"
SwiftEventBus
.
post
(
"gifts"
,
sender
:
gift
)
// pacing_visible event
let
pacingEvent
=
swiftApi
.
WarplyPacingCardEventModel
()
pacingEvent
.
_isVisible
=
true
...
...
Please
register
or
login
to post a comment