android: add requestPermissions API

This commit is contained in:
pengfei.zhou
2021-08-05 15:48:05 +08:00
committed by osborn
parent 9cb8df5372
commit 57cfdd38e1
9 changed files with 111 additions and 256 deletions

View File

@@ -3868,6 +3868,14 @@ __decorate$3([
Property,
__metadata$3("design:type", Function)
], Input.prototype, "onSubmitEditing", void 0);
__decorate$3([
Property,
__metadata$3("design:type", Boolean)
], Input.prototype, "enableHorizontalScrollBar", void 0);
__decorate$3([
Property,
__metadata$3("design:type", Boolean)
], Input.prototype, "enableVerticalScrollBar", void 0);
__decorate$3([
Property,
__metadata$3("design:type", Function)

File diff suppressed because one or more lines are too long