Loading readme.md +9 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,15 @@ Pass signing URL in url key. startActivityForResult(intent, REQUEST_CODE); //REQUEST_CODE is your constant, which is used to identify particular activity. ``` 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-4fe****3-ae32-181a09c2f13a?timer=0 **Note**: This parameter currently works only for coordinate picker URLs and not for signURLs. 4. To disable zoom feature you need to pass the zoom parameter as false in intent. By default its enabled. ``` intent.putExtra("zoom", false); Loading Loading
readme.md +9 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,15 @@ Pass signing URL in url key. startActivityForResult(intent, REQUEST_CODE); //REQUEST_CODE is your constant, which is used to identify particular activity. ``` 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-4fe****3-ae32-181a09c2f13a?timer=0 **Note**: This parameter currently works only for coordinate picker URLs and not for signURLs. 4. To disable zoom feature you need to pass the zoom parameter as false in intent. By default its enabled. ``` intent.putExtra("zoom", false); Loading