| Package | com.distriqt.extension.nativewebview |
| Class | public class PermissionGrantType |
| Inheritance | PermissionGrantType Object |
mediaCapturePermissionGrantType option
See also
| Constant | Defined By | ||
|---|---|---|---|
| DENY : String = deny [static]
Deny
| PermissionGrantType | ||
| GRANT : String = grant [static]
Grant
| PermissionGrantType | ||
| GRANT_IF_SAME_HOST_ELSE_DENY : String = grantIfSameHostElseDeny [static]
If the security origin's host of the permission request equals the host of the WebView's current URL,
the permission is granted if it has been granted before. | PermissionGrantType | ||
| GRANT_IF_SAME_HOST_ELSE_PROMPT : String = grantIfSameHostElsePrompt [static]
If the security origin's host of the permission request equals the host of the WebView's current URL,
the permission is granted if it has been granted before. | PermissionGrantType | ||
| PROMPT : String = prompt [static]
Prompt for permission each time a view is created
| PermissionGrantType | ||
| DENY | Constant |
public static const DENY:String = denyDeny
| GRANT | Constant |
public static const GRANT:String = grantGrant
| GRANT_IF_SAME_HOST_ELSE_DENY | Constant |
public static const GRANT_IF_SAME_HOST_ELSE_DENY:String = grantIfSameHostElseDenyIf the security origin's host of the permission request equals the host of the WebView's current URL, the permission is granted if it has been granted before. Otherwise, it gets denied.
| GRANT_IF_SAME_HOST_ELSE_PROMPT | Constant |
public static const GRANT_IF_SAME_HOST_ELSE_PROMPT:String = grantIfSameHostElsePromptIf the security origin's host of the permission request equals the host of the WebView's current URL, the permission is granted if it has been granted before. Otherwise, the user gets prompted.
| PROMPT | Constant |
public static const PROMPT:String = promptPrompt for permission each time a view is created