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-06-21 12:38:07 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
67f65e750de507372a3823f948e072a3dc91913d
67f65e75
1 parent
9847679b
add setUniqueCampaignList, getCampaignList funcs
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
67f65e7
...
...
@@ -1617,5 +1617,15 @@ public class swiftApi {
redeemCouponSetCallback
(
nil
)
}
}
public
func
setUniqueCampaignList
(
_
campaigns
:
Array
<
CampaignItemModel
>
)
->
Void
{
GlobalVariables
.
campaigns
=
campaigns
}
public
func
getCampaignList
()
->
Array
<
CampaignItemModel
>
{
return
GlobalVariables
.
campaigns
}
}
...
...
Please
register
or
login
to post a comment