Package com.batch.android
Interface BatchPermissionListener
public interface BatchPermissionListener
Interface for requesting runtime permission with callback.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onPermissionRequested
(boolean granted) Method called when the permission has been requested with the user's permission result.
-
Method Details
-
onPermissionRequested
void onPermissionRequested(boolean granted) Method called when the permission has been requested with the user's permission result.- Parameters:
granted
- Whether the permission requested has been granted.
-