PalmID SDK API Definitions
initialize
Initializes the PalmID SDK engine with required credentials and configuration.
Call
initialize()
Parameter:
Parameter | Value / Type | Description |
|---|---|---|
|
| PalmID Server endpoint; pass |
|
| App Server endpoint; pass |
|
| Required. Project identifier for service segregation; must not be null. |
|
| Optional number of scans for enrollment; |
enroll
Enrolls a new user by capturing and registering their palm print.
Call
enroll()
Parameters
Parameter | Value / Type | Description |
|---|---|---|
|
| Optional custom loading UI controller; pass |
|
| Callback invoked with enrollment outcome (success/failure status). |
verify
Verifies a user's palm model against the registered palm models.
Call
verify()
Parameters
Parameter | Value / Type | Description |
|---|---|---|
|
| Pre-registered unique identifier |
|
| Callback invoked with verification outcome (success/failure and metadata). |
deleteUser
Permanently removes the user's palm models from the PalmID Server.
Call
deleteUser()
Parameters
Parameter | Value / Type | Description |
|---|---|---|
|
| Unique identifier |
|
| Callback invoked with deletion outcome (success/fail). |
release
Release the PalmID SDK engine resources
Call
release()
PalmIDNativeSDKResult
Result of API calls. Depending on the type of API call, certain fields can be empty.