最近搜索
没有最近搜索
Found a DocumentRenderer crash in Support SDK
已于 2022年9月22日 发布
We recently discovered a crash in Firebase, only in the Android app, with the following error message:
The version of the SDK we use:
implementation group: 'com.zendesk', name: 'support', version: '5.0.9'
Our Kotlin code to launch RequestListActivity:
val identity = JwtIdentity("{\"email\":\"$token\"}")
Zendesk.INSTANCE.setIdentity(identity)
RequestListActivity.builder().show(activity)
0
0
0 条评论
登录以发表评论。