Usage

There is only one step available with the Signature SDK

Signature step

Allows user to put down signature.

By press on the Retry button signature pad will be cleared

By press on the Proceed button the user will be led to the next step, if it exist

signatureStep {
    title = "Sign please"
    btnRetry = "Proceed"
    btnProceed = "Retry"
    nextStep = nextStep
}
  • title - title field (optional)

  • btnProceed - text on the Proceed button (optional)

  • btnRetry - text on the Proceed button (optional)

  • nextStep - next step (optional)

Last updated