neelsp

package attributes using android sdk

0 votes
Hi, is there a way to include attributes using android sdk? Similar feature is available on java sdk but doesn't seem to exist for android e.g. .withAttributes(newDocumentPackageAttributes() .withAttribute( "First Name", "Bill" ) .withAttribute("Last Name", "Johnson") .withAttribute("Signing Order", "1")

Reply to: package attributes using android sdk

0 votes
Hi Neel, I don't believe package attributes are available in the Android SDK. Let verify this and get back to you.
Haris Haidary OneSpan Technical Consultant

Reply to: package attributes using android sdk

0 votes
Hi Haris Were you able to find out if the attributes are supported & if not what alternates we can use? thanks Neel

Reply to: package attributes using android sdk

0 votes
Hi Neel, I spoke to our mobile team and they confirmed that package attributes are not available in the Android SDK. Regards,
Haris Haidary OneSpan Technical Consultant

Reply to: package attributes using android sdk

0 votes
thanks Haris. So, the follow up question is what alternates do we have? We've a requirement to pass along custom attributes (name/value pairs) to associate with the document being singed. Once signed, this document is to be stored in a content management system and in order to do so, we need to associate the custom attributes with the document. please assist thanks Neel

Reply to: package attributes using android sdk

0 votes
You can do a REST API call in Android to add package attributes using for example the asynchronous http client: http://loopj.com/android-async-http/
Haris Haidary OneSpan Technical Consultant

Reply to: package attributes using android sdk

0 votes
Hi Haris, We presently have an andriod app that uses esignlive mobile sdk as shown in the code below. The sdk allows us for initiating the signing ceremony along with the necessary screens required to do so how will all that change when we go the API route? would we have to custom design the esignlive singing ui? [Removed code]

Reply to: package attributes using android sdk

0 votes
No, you will not need to design a custom ui. All I am saying is that anything that is not available through the esignlive android sdk, you can go through the REST API route. In this case, you can leverage our REST API to add package attributes.
Haris Haidary OneSpan Technical Consultant

Reply to: package attributes using android sdk

0 votes
okay got it.. Thanks Haris

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off