Android Solid Services
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Android Solid Services
Shared
/
com.erfangholami.androidsolidservices.shared.result
/
SolidError
/
ImpersonationDetected
/
ImpersonationDetected
Impersonation
Detected
constructor
(
notificationUri
:
String
,
claimedActor
:
String
,
actualOwner
:
String
?
=
null
,
message
:
String
=
"Notification $notificationUri claims actor=$claimedActor but owner is " + "${actualOwner ?: "unknown"}."
)