| java.lang.Object | |
| ↳ | com.tencent.trackx.api.InitConfig.Builder |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| InitConfig.Builder |
appKey(String appKey)
设置应用Key
| ||||||||||
| InitConfig | build() | ||||||||||
| InitConfig.Builder |
debuggable(boolean debuggable)
设置debug模式
| ||||||||||
| InitConfig.Builder |
deviceId(String deviceId)
设置设备ID
| ||||||||||
| InitConfig.Builder |
secretKey(String secretKey)
设置secretKey
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
设置debug模式
| debuggable | 是否调试模式,默认不开启。测试SDK功能时开启,用于提供日志排查问题,线上不要开启。 |
|---|
设置secretKey
| secretKey | secretKey |
|---|