Nathan Walker
ebcc0e2cc0
feat(android): types for API Level 30 and cleanup ( #9219 )
...
API Level 30 is now included. Also the `native` namespace used for Android/Java typings no longer collides with integrations.
BREAKING CHANGE:
If you were using`native.Array` for any of your own custom plugin typings, you can switch them to `androidNative.Array`
BEFORE:
```
public writeAsync(path: string, bytes: native.Array<number>) ...
```
AFTER:
```
public writeAsync(path: string, bytes: androidNative.Array<number>) ...
```
2021-02-27 12:45:49 -08:00
..
2021-01-31 10:05:37 -08:00
2020-11-12 14:23:03 -06:00
2020-11-19 17:02:32 -08:00
2020-11-11 08:46:36 -08:00
2020-08-25 20:00:59 -07:00
2021-01-29 13:03:27 -08:00
2020-09-25 15:58:39 -07:00
2020-09-25 15:58:39 -07:00
2020-08-25 20:00:59 -07:00
2020-11-12 19:42:23 -08:00
2020-08-25 20:00:59 -07:00
2021-01-31 10:05:37 -08:00
2020-11-11 08:46:36 -08:00
2020-08-25 20:00:59 -07:00
2021-02-27 12:45:49 -08:00
2020-11-11 08:46:36 -08:00
2020-11-11 08:46:36 -08:00
2020-11-11 08:46:36 -08:00
2020-11-11 08:46:36 -08:00
2021-01-29 14:22:54 -08:00
2020-11-11 08:46:36 -08:00
2020-08-25 20:00:59 -07:00
2021-01-29 13:03:27 -08:00
2021-01-05 19:03:42 +01:00
2021-02-05 12:24:46 -08:00
2020-11-12 15:55:22 -06:00
2020-11-11 08:46:36 -08:00
2020-11-19 13:07:51 -08:00
2020-11-11 08:46:36 -08:00
2021-02-27 12:45:49 -08:00
2021-01-29 13:03:27 -08:00
2021-02-26 14:33:59 -08:00
2020-11-11 08:46:36 -08:00
2020-10-19 09:28:05 -07:00
2020-10-19 09:28:05 -07:00
2020-10-19 09:28:05 -07:00
2020-09-23 14:48:19 -07:00
2021-02-07 11:26:43 -08:00
2021-01-13 16:06:51 -08:00
2021-01-13 16:06:51 -08:00
2020-09-25 15:58:39 -07:00
2020-10-19 09:28:05 -07:00
2020-08-25 20:00:59 -07:00
2021-02-26 16:51:46 -08:00
2020-08-25 20:00:59 -07:00
2020-08-25 20:00:59 -07:00
2020-10-19 09:28:05 -07:00
2020-08-25 20:00:59 -07:00