Skip to content

ws1-client-sdk/com.airwatch.sdk/ICertificateReceiverCallback/onCertificateListReceived

onCertificateListReceived

abstract fun onCertificateListReceived(cdl: List<CertificateDefinition>)

Callback invoked when the Anchor App responds to a requestCertificates(String issuerId) request. Implementers should handle the returned certificates as required by the application.

Parameters

Name Description
cdl list of CertificateDefinition objects corresponding to the requested issuerId; may be empty if none were found.