lovr.permission
EditThis callback contains a permission response previously requested with lovr.system.requestPermission
. The callback contains information on whether permission was granted or denied.
function lovr.permission(permission, granted)
-- your code here
end
Arguments
Name | Type | Description |
permission | Permission | The type of permission. |
granted | boolean | Whether permission was granted or denied. |
Returns
Nothing