AI2 Component  (Version nb184)
PermissionResultHandler.java
Go to the documentation of this file.
1 // -*- mode: java; c-basic-offset: 2; -*-
2 // Copyright 2018 MIT, All rights reserved
3 // Released under the Apache License, Version 2.0
4 // http://www.apache.org/licenses/LICENSE-2.0
5 
6 package com.google.appinventor.components.runtime;
7 
15 public interface PermissionResultHandler {
16 
25  public void HandlePermissionResponse(String permission, boolean granted);
26 }
com.google.appinventor.components.runtime.PermissionResultHandler.HandlePermissionResponse
void HandlePermissionResponse(String permission, boolean granted)
com.google.appinventor.components.runtime.PermissionResultHandler
Definition: PermissionResultHandler.java:15