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-16 11:06:05 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
af87d26fe2d7457fbc532aa288c65701e1dd55a5
af87d26f
1 parent
32cccfac
add constructCampaignUrlForShare
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
af87d26
...
...
@@ -1258,6 +1258,7 @@ public class swiftApi {
public
func
constructCampaignUrl
(
_
campaign
:
CampaignItemModel
)
->
String
{
// TODO: Pending functionality
return
campaign
.
index_url
??
""
}
...
...
@@ -1265,6 +1266,11 @@ public class swiftApi {
return
""
}
public
func
constructCampaignUrlForShare
(
_
campaign
:
CampaignItemModel
,
_
deeplink
:
String
)
->
String
{
// TODO: Pending functionality
return
campaign
.
index_url
??
""
}
public
class
LoyaltyGiftsForYouOfferClickEvent
{
private
var
title
:
String
...
...
Please
register
or
login
to post a comment