question

jasonbanks avatar image
jasonbanks asked David Marginian Deactivated answered

Android APK request to capture signature?

Is there a method in the Android APK that can be called to get a signature? I have found a class VerifySignatureRequest that has a getSiguature method, but do not see any corresponding onVerifySignatureResponse to implmement. Does this exist? Or do we need to write this ourselves?
Clover Android SDK
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
David Marginian avatar image
David Marginian Deactivated answered
The VerifySignatureRequest is sent from the device when a signature needs to be verified. The payload of this message contains the signature. See onVerifySignatureRequest - https://github.com/clover/android-examples/blob/bfd5c9ea3ecb6c7d5b22306722ac14e4aeefe81b/native-android-example-pos/app/src/main/java/com/clover/example/NativePOSActivity.java.
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community