JIGUANG officially supported JShare SDK Flutter plugin (Android & iOS). 极光分享官方支持的 Flutter 插件(Android & iOS)。 一、安装 在工程 pubspec.yaml 中加入 dependencies github 集成 dependencies: jshare_flutter_plugin: git: url: git://github.com/jpush/jshare-flutter-plugin.git ref: master ...
Android JShare API SDK 初始化 API API - init 初始化接口,建议在项目的 Application 的 OnCreate 中使用。 SDK 1.5.0 之前的版本支持 接口定义 public static void init(Context context) 参数说明 context 应用的 ApplicationContext API - init 初始化接口,建议在项目的 Application 的 OnCreate 中使用,...