ws1-client-sdk/com.airwatch.sdk/ICertificateReceiverCallback
ICertificateReceiverCallback¶
interface ICertificateReceiverCallback
Provides a callback mechanism to retrieve the Certificates.
Functions¶
| Name | Summary |
|---|---|
| onCertificateListReceived | abstract fun onCertificateListReceived(cdl: List<CertificateDefinition>) Callback invoked when the Anchor App responds to a requestCertificates(String issuerId) request. |