Companion

object Companion

Functions

Link copied to clipboard
fun getInstance(): DocuSign

This method returns an instance of DocuSign. You need to call init() before calling this method. If not, it throws a {DocuSignNotInitializedException}.

Link copied to clipboard
fun init(context: Context, integratorKey: String?, mode: DSMode = DSMode.DEBUG): DocuSign
fun init(context: Context, integratorKey: String?, clientSecret: String? = null, redirectUri: String? = null, mode: DSMode = DSMode.DEBUG): DocuSign

Initializes DocuSign with the Integrator key. Returns a DocuSign object. Call this from your Application class onCreate().

Properties

Link copied to clipboard
const val INIT_ERROR: String