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-22 11:19:38 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
827a43375dbb0aea164e8ce43efb38966ff24eaa
827a4337
1 parent
a6763de2
add sharing logs
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
827a433
...
...
@@ -2138,6 +2138,8 @@ public class swiftApi {
public
func
handleSharing
(
_
controller
:
UIViewController
,
_
sharingId
:
String
)
->
Void
{
print
(
"SHARING_ID: "
+
sharingId
)
self
.
cosmoteSharingAsync
(
sharingId
:
sharingId
,
sharingCallback
)
func
sharingCallback
(
_
sharingData
:
SharingResponseModel
?)
->
Void
{
...
...
Please
register
or
login
to post a comment