shared
1.19.13
common
shared
/
io.dyte.core.controllers
/
Permission
Permission
data
class
Permission
(
val
type
:
PermissionType
,
var
isGranted
:
Boolean
)
Members
Constructors
Permission
Link copied to clipboard
constructor
(
type
:
PermissionType
,
isGranted
:
Boolean
)
Properties
is
Granted
Link copied to clipboard
var
isGranted
:
Boolean
type
Link copied to clipboard
val
type
:
PermissionType