-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
在示例中能否演示java的掉用方式,
`
interface ABC {
void isGranted(boolean it);
}
Azure azure = new Azure(this);
azure.permissions(Manifest.permission.READ_EXTERNAL_STORAGE, Settings.ACTION_MANAGE_OVERLAY_PERMISSION);
azure.subscribe(new ABC() {
@OverRide
public void isGranted(boolean it) {
}
});
azure.request();
`
以上方式报错。
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels