Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ As a customer, you also get access to a dedicated support Slack or Microsoft Tea

The Scanbot SDK examples will run one minute per session without a license. After that, all functionalities and UI components will stop working.

To try the Scanbot SDK without a one-minute limit, you can request a free, no-strings-attached [7-day trial license](https://scanbot.io/trial/?utm_source=github.com&utm_medium=referral&utm_campaign=dev_sites).
To try the Scanbot SDK without a one-minute limit, you can request a free, no-strings-attached [7-day trial license](https://docs.scanbot.io/trial/?utm_source=github.com&utm_medium=referral&utm_campaign=dev_sites).

Alternatively, check out our [demo apps](https://scanbot.io/demo-apps/?utm_source=github.com&utm_medium=referral&utm_campaign=dev_sites) to test the SDK.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class ExampleApplication : Application(), CoroutineScope {
* TODO 1/2: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/trial/) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example.sdk.android" of this example app.
*/
private val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class ExampleApplication : Application() {
* TODO 1/2: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/trial/) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example.sdk.android" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class ExampleApplication : Application(), CoroutineScope {
* TODO 1/2: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/trial/) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example.sdk.android" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class ExampleApplication : Application() {
* TODO 1/2: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/trial/) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example.sdk.android" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class ExampleApplication : Application() {
* TODO 1/2: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/trial/) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example.sdk.android" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class ExampleApplication : Application() {
* TODO 1/2: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/trial/) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example.sdk.android" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class ExampleApplication : Application() {
* TODO 1/2: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/sdk/trial.html) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ class ExampleApplication : Application() {
* TODO 1/3: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/trial/) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example.sdk.android" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class ExampleApplication : Application() {
* TODO 1/2: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/trial/) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example.sdk.android" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class ExampleApplication : Application(), CoroutineScope {
* TODO 1/2: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/trial/) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example.sdk.android" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class ExampleApplication : Application() {
* TODO 1/2: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/trial/) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example.sdk.android" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class ExampleApplication : Application(), CoroutineScope {
* TODO 1/2: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/trial/) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example.sdk.android" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class ExampleApplication : Application() {
* TODO 1/2: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/trial/) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example.sdk.android" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class ExampleApplication : Application() {
* TODO: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/trial/) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example.sdk.android" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class ExampleApplication : Application() {
* TODO 1/2: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/trial/) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example.sdk.android" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class ExampleApplication : Application() {
* TODO 1/2: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/trial/) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example.sdk.android" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class ExampleApplication : Application() {
* TODO 1/2: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/trial/) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example.sdk.android" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class ExampleApplication : Application(), CoroutineScope {
* TODO 1/2: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/trial/) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example.sdk.android" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class ExampleApplication : Application() {
* TODO 1/2: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/trial/) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example.sdk.android" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class ExampleApplication : Application() {
* TODO 1/2: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/sdk/trial.html) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ class ExampleApplication : Application() {
* TODO 1/2: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/trial/) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example.sdk.android" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ class ExampleApplication : Application() {
* TODO 1/2: Add the Scanbot SDK license key here.
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 30 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/sdk/trial.html) on our website by using
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example" of this example app.
*/
val licenseKey = ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Application : Application(), CoroutineScope {
* Please note: The Scanbot SDK will run without a license key for one minute per session!
* After the trial period is over all Scanbot SDK functions as well as the UI components will stop working.
* You can get an unrestricted "no-strings-attached" 7 day trial license key for free.
* Please submit the trial license form (https://scanbot.io/sdk/trial.html) on our website by using
* Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using
* the app identifier "io.scanbot.example.sdk.rtu.android" of this example app.
*/
const val LICENSE_KEY = ""
Expand Down
Loading