lib
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
lib
lib
/
at.bitfire.cert4android
/
UserDecisionRegistry
User
Decision
Registry
class
UserDecisionRegistry
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
check
Link copied to clipboard
suspend
fun
check
(
cert
:
X509Certificate
,
appInForeground
:
Boolean
)
:
Boolean
Tries to retrieve a trust decision from the user about a given certificate.
on
User
Decision
Link copied to clipboard
fun
onUserDecision
(
cert
:
X509Certificate
,
trusted
:
Boolean
)