REST API

Viewing the Device Enrollment Result

After completing the device enrollment activity using either
enrollDevice
or
getEnrollDeviceIntent
, you can view the enrollment result. The enroll activity returns a result
Intent
when the device enrollment process is successful.
This is an example of the information that is returned in the result:
Intent
:
RESULT_CODE: EnrollResultIntent.ENROLMENT_RESULT_CODE (3489523) EXTRA: EnrollResultIntent.ENROLMENT_RESULT_EXTRA (enrolmentResult = deviceEnrolled)
The constants for these values are located in
io.mpos.tap2phone.Tap2Phone
.