ChooseCertificate.Callback¶
- interface Callback¶
Interface to use as a
ChooseCertificate
callback during a certificate choice.
Methods¶
onCertificateChoiceCanceled¶
- void onCertificateChoiceCanceled()¶
Called when the user cancels certificate choice.
onCertificateChoiceDone¶
- void onCertificateChoiceDone(Certificate certificate)¶
Called when the user has chosen a certificate.
- Parameters:
certificate – chosen certificate.