Companion
Functions
Link copied to clipboard
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
Content copied to clipboard
fun init(context: Context, integratorKey: String?, clientSecret: String? = null, redirectUri: String? = null, mode: DSMode = DSMode.DEBUG): DocuSign
Content copied to clipboard
Initializes DocuSign with the Integrator key. Returns a DocuSign object. Call this from your Application class onCreate().