Commit 273de722 authored by Waqim Aziz's avatar Waqim Aziz
Browse files

Update README.md

parent c7b234a9
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -26,6 +26,14 @@
	self.present(navVC, animated: true, completion: nil)
	```

	To customise the duration for which the success screen on the URL remains open before automatically closing down, you can append the URL with the
	query parameter “timer”.  The default value is 5 and you can pass any integer value between 0 to 60.  For example, to set the duration at 0
	seconds, pass the timer parameter with value 0 as follows:

	https://app1.leegality.com/sign/ea23fced-36e4-4fe3-ae32-181a09c2f13a?timer=0

	**Note**: This parameter currently works only for coordinate picker URLs and not for signURLs.

### Result: ###

1. In case of successfully completion of signing process, signing window will be closed automatically and you will get a response with key name 'message' and corresponding 'success message' in the getResult method.