.. java:import:: androidx.annotation NonNull .. java:import:: com.idopte.scmapi Certificate .. java:import:: java.util List ChooseCertificate.Callback ========================== .. java:package:: com.idopte.scmapi.ui :noindex: .. java:type:: interface Callback :outertype: ChooseCertificate Interface to use as a \ :java:ref:`ChooseCertificate`\ callback during a certificate choice. Methods ------- onCertificateChoiceCanceled ^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: void onCertificateChoiceCanceled() :outertype: ChooseCertificate.Callback Called when the user cancels certificate choice. onCertificateChoiceDone ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: void onCertificateChoiceDone(Certificate certificate) :outertype: ChooseCertificate.Callback Called when the user has chosen a certificate. :param certificate: chosen certificate.