launchCaptiveSigning
fun launchCaptiveSigning(context: Context, signingURL: String, envelopeId: String?, recipientId: String?, listener: DSCaptiveSigningListener)
Content copied to clipboard
Start captive signing a remote envelope with the given signingURL and envelopeId
Parameters
context
Application Context
signingURL
Envelope signing url that is used to load signing ceremony
envelopeId
Envelope Id of the envelope
recipientId
Recipient Id of the recipient
listener
Callback listener for Captive signing
fun launchCaptiveSigning(context: Context, envelopeId: String, recipientClientUserId: String, listener: DSCaptiveSigningListener)
Content copied to clipboard
Start captive signing a remote envelope with the given envelopeId.
Parameters
context
Context
envelopeId
envelope Id of the remote envelope that is ready to sign.
recipientClientUserId
ClientUserId of the recipient.
listener
Callback listener for Captive signing.