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
Vasilis
2022-02-07 10:35:47 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5a98b7d811022f3177971d70e32fc8725e0966da
5a98b7d8
1 parent
c219ce3a
setLang added
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
0 deletions
README.md
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/MyApi.h
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/MyApi.m
README.md
deleted
100644 → 0
View file @
c219ce3
This diff is collapsed. Click to expand it.
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS.xcworkspace/xcuserdata/billskouras.xcuserdatad/UserInterfaceState.xcuserstate
View file @
5a98b7d
No preview for this file type
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/MyApi.h
View file @
5a98b7d
...
...
@@ -13,6 +13,7 @@
+
(
void
)
init
:(
NSDictionary
*
)
launchOptions
uuid
:(
NSString
*
)
uuid
merchantId
:(
NSString
*
)
merchantId
lang
:(
NSString
*
)
lang
;
-
(
void
)
setToStage
;
-
(
void
)
setLang
:(
NSString
*
)
lang
;
-
(
UIViewController
*
)
openProfile
:(
UIViewController
*
)
controller
:
(
UIWindow
*
)
window
;
-
(
void
)
applicationDidEnterBackground
:(
UIApplication
*
)
application
;
-
(
void
)
applicationWillEnterForeground
:(
UIApplication
*
)
application
;
...
...
WarplySDKFrameworkIOS/WarplySDKFrameworkIOS/MyApi.m
View file @
5a98b7d
...
...
@@ -36,6 +36,10 @@ NSString *LANG;
WARP_ERROR_DOMAIN
=
@"engage-stage.warp.ly"
;
}
-
(
void
)
setLang
:
(
NSString
*
)
lang
{
LANG
=
lang
;
}
-
(
UIViewController
*
)
openProfile
:
(
UIViewController
*
)
controller
:
(
UIWindow
*
)
window
{
UIViewController
*
profileViewController
=
[
ProfileViewInterface
profileViewController
];
...
...
Please
register
or
login
to post a comment