Azure icon indicating copy to clipboard operation
Azure copied to clipboard

示例中能否演示java的掉用方式

Open 9kl opened this issue 5 years ago • 0 comments

在示例中能否演示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();

` 以上方式报错。

9kl avatar Feb 22 '20 13:02 9kl