Delegate AndroidRequestPermissionCallback
Represents a method that handles the response to a call to TryRequestAndroidPermission(string, AndroidRequestPermissionCallback)
public delegate void AndroidRequestPermissionCallback(string permission, bool granted)