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-05-25 15:37:55 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
67039a14964e7807305d56a6bcf7a5a4101b3851
67039a14
1 parent
dbc3c999
add constructCampaignUrl constructCcmsUrl funcs
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
67039a1
...
...
@@ -1083,4 +1083,13 @@ public class swiftApi {
}
}
public
func
constructCampaignUrl
(
_
campaign
:
CampaignItemModel
)
->
String
{
return
campaign
.
index_url
??
""
}
public
func
constructCcmsUrl
(
_
campaign
:
LoyaltyContextualOfferModel
)
->
String
{
return
""
}
}
...
...
Please
register
or
login
to post a comment