Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flutter_jdsdk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李增强
flutter_jdsdk
Commits
0dcdfcf6
Commit
0dcdfcf6
authored
Mar 06, 2021
by
xgz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉京东sdkios部分
parent
4365b06d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ios/Classes/JdsdkPlugin.m
ios/Classes/JdsdkPlugin.m
+2
-2
No files found.
ios/Classes/JdsdkPlugin.m
View file @
0dcdfcf6
...
@@ -10,9 +10,9 @@
...
@@ -10,9 +10,9 @@
FlutterMethodChannel
*
channel
=
[
FlutterMethodChannel
FlutterMethodChannel
*
channel
=
[
FlutterMethodChannel
methodChannelWithName:
@"jdsdk"
methodChannelWithName:
@"jdsdk"
binaryMessenger:
[
registrar
messenger
]];
binaryMessenger:
[
registrar
messenger
]];
//
JdsdkPlugin* instance = [[JdsdkPlugin alloc] init];
JdsdkPlugin
*
instance
=
[[
JdsdkPlugin
alloc
]
init
];
//将 JdsdkPlugin 的无参 init 函数调整为 initWithRegistrar
//将 JdsdkPlugin 的无参 init 函数调整为 initWithRegistrar
JdsdkPlugin
*
instance
=
[[
JdsdkPlugin
alloc
]
initWithRegistrar
:
registrar
];
//
JdsdkPlugin* instance = [[JdsdkPlugin alloc] initWithRegistrar:registrar];
[
registrar
addMethodCallDelegate
:
instance
channel
:
channel
];
[
registrar
addMethodCallDelegate
:
instance
channel
:
channel
];
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment