init
Initializes DocuSign with the Integrator key. Returns a DocuSign object. Call this from your Application class onCreate().
Return
DocuSign object
Parameters
Context of the client application.
the integrator key obtained from https://go.docusign.com/o/sandbox/. More on how to obtain the Integrator Key here https://github.docusignhq.com/Android/Android_SDK#steps-to-obtain-an-integrator-key
the configuration used for Logging. To know more about logging options see DSMMode.
Initializes DocuSign with the Integrator key. Returns a DocuSign object. Call this from your Application class onCreate().
Return
DocuSign object
Parameters
Context of the client application.
the integrator key or client Id obtained from https://go.docusign.com/o/sandbox/. More on how to obtain the Integrator Key here https://github.docusignhq.com/Android/Android_SDK#steps-to-obtain-an-integrator-key
the oAuth client secret key
the URI where the client will get send to after the account authorization is successful
the configuration used for Logging. To know more about logging options see DSMode.