shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.consumers
/
CheckPermissionException
Check
Permission
Exception
class
CheckPermissionException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
Exception
Exception thrown when checking permission fails.
Members
Constructors
Check
Permission
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?