Toggle navigation
Toggle navigation
This project
Loading...
Sign in
public_service
/
public_sdk_ios
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
lizhihui
2019-05-07 16:13:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fc9c53d5a8bea36cb0c4d72c58ca918ad742bfeb
fc9c53d5
1 parent
1356a7a0
Update
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
PoolSdk_Demo/poolsdk_file/poolsdk/SDKInterface.m
poolsdk_file/poolsdk/SDKInterface.m
PoolSdk_Demo/poolsdk_file/poolsdk/SDKInterface.m
View file @
fc9c53d
...
...
@@ -34,7 +34,7 @@ int mExchange;
[
PoolConfig
getInstance
];
[[
ReluctantAllManager
ReluctantInstance
]
ReluctantChuShiHua
];
[[
ReluctantAllManager
ReluctantInstance
]
ReluctantYangShi
:
@"sdk_
11
"
];
[[
ReluctantAllManager
ReluctantInstance
]
ReluctantYangShi
:
@"sdk_
6
"
];
[[
NSNotificationCenter
defaultCenter
]
addObserver
:
self
selector
:
@selector
(
receiveLoginMessage
:
)
name
:
ReluctantLoginNotification
object
:
nil
];
[[
NSNotificationCenter
defaultCenter
]
addObserver
:
self
selector
:
@selector
(
youaiToolCallBack
:
)
name
:
@"ReluctantToolCallBack"
object
:
nil
];
[[
PoolChecker
getInstance
]
sendNotice
:
PoolSDKNotificationInitSDK
notiName
:
@"InitSuccess"
statusCode
:
POOLSDK_NO_ERROR
description
:
@"initSuccess"
extendData
:
nil
];
...
...
poolsdk_file/poolsdk/SDKInterface.m
View file @
fc9c53d
...
...
@@ -34,7 +34,7 @@ int mExchange;
[
PoolConfig
getInstance
];
[[
ReluctantAllManager
ReluctantInstance
]
ReluctantChuShiHua
];
[[
ReluctantAllManager
ReluctantInstance
]
ReluctantYangShi
:
@"sdk_
11
"
];
[[
ReluctantAllManager
ReluctantInstance
]
ReluctantYangShi
:
@"sdk_
6
"
];
[[
NSNotificationCenter
defaultCenter
]
addObserver
:
self
selector
:
@selector
(
receiveLoginMessage
:
)
name
:
ReluctantLoginNotification
object
:
nil
];
[[
NSNotificationCenter
defaultCenter
]
addObserver
:
self
selector
:
@selector
(
youaiToolCallBack
:
)
name
:
@"ReluctantToolCallBack"
object
:
nil
];
[[
PoolChecker
getInstance
]
sendNotice
:
PoolSDKNotificationInitSDK
notiName
:
@"InitSuccess"
statusCode
:
POOLSDK_NO_ERROR
description
:
@"initSuccess"
extendData
:
nil
];
...
...
Please
register
or
login
to post a comment