提交 899262bf 编写于 作者: shutao-dc's avatar shutao-dc

Merge branch 'master' of https://gitee.com/dcloud/unidocs-zh

......@@ -106,7 +106,7 @@ onAppActivityRequestPermissionsResult((requestCode: number,permissions: MutableL
部分三方sdk 使用java开发,要求继承/实现的方法参数为 string[]类型,这种情况比较特殊,需要将kotlin.Array先进行别名声明,再继续使用
```ts
import kotlin.Array as KotlinArray;
import KotlinArray from 'kotlin.Array';
class XXX{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册