droid-mcp
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
droid-mcp
droid-mcp-core
/
io.droidmcp.core
/
PermissionStatus
/
Unavailable
Unavailable
data
class
Unavailable
(
val
message
:
String
,
val
requiredApiLevel
:
Int
)
:
PermissionStatus
Members
Constructors
Unavailable
Link copied to clipboard
constructor
(
message
:
String
,
requiredApiLevel
:
Int
)
Properties
granted
Link copied to clipboard
open
override
val
granted
:
Boolean
=
false
intent
Link copied to clipboard
open
override
val
intent
:
Intent
?
=
null
message
Link copied to clipboard
open
override
val
message
:
String
required
Api
Level
Link copied to clipboard
val
requiredApiLevel
:
Int