集成
开发要求
要求 App 最低 SDK 版本 >= 16。
minSdkVersion 16
添加 SDK
依赖其他组件模块如下:
包名或组件 | 是否必须 | 说明 |
---|---|---|
基础库 | 是 | 请参见 “基础库API”手册 |
移动网关 | 是 | 请参见 “移动网关”手册 |
数据同步 | 是 | 请参见 “数据同步”手册 |
Profile | 是 | 请参见 “用户属性”手册 |
Cipher | 是 | / |
H5 容器 | 否 | 请参见 “H5 容器”手册 |
离线包组件:
implementation 'com.tencent.tmf.android:base-core:+'
implementation 'com.tencent.tmf.android:base:+'
implementation 'com.tencent.tmf.android:shark:+'
implementation 'com.tencent.tmf.android:conch:+'
implementation 'com.tencent.tmf.android:profile:+'
implementation 'com.tencent.tmf.android:cipher:+'
implementation 'com.tencent.tmf.android:webview:+' //非必须
implementation 'com.tencent.tmf.android:tbscore:+' //非必须
implementation 'com.tencent.tmf.android:weboffline:+'