Language version: | ActionScript 3.0
|
Runtime version: | AIR 24.0 |
The PermissionStatus class is an enumeration of constant values that specify the
authorization status of a permission
public static const DENIED:String = "denied"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 24.0
|
Specifies that the permission has been denied.
public static const GRANTED:String = "granted"
Language version: | ActionScript 3.0
|
Runtime version: | AIR 24.0
|
Specifies that the permission has been granted.
public static const ONLY_WHEN_IN_USE:String = "onlyWhenInUse"
Language version: | ActionScript 3.0 |
Runtime version: | AIR 29.0
|
Specifies that the permission has been granted only when App is in use.
public static const UNKNOWN:String
Language version: | ActionScript 3.0
|
Runtime version: | AIR 24.0
|
Specifies that the permission hasn't been requested yet.
NOTE: On Android, permissionStatus will return UNKNOWN
if permission was denied with "Never ask again" option checked
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00