Step 1: Initialize the enrollment process
CallinitEnrollment in your activity’s onCreate method:
Step 2: Start the enrollment flow
CallstartEnrollment to launch the UI:
Possible status values
SUCCEEDEDFAILPROCESSINGREJECTCANCELED
Step 3: Render mode (Advanced)
For full UI control, usestartEnrollmentRender:
Demo AppSee the Yuno Android SDK repository for full implementation examples.