Skip to content

Commit

Permalink
Update Readme with Kotlin example (jraska#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
jraska authored Jan 31, 2022
1 parent ab66919 commit 655b4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

```java
// Saving screenshot to file
Falcon.takeScreenshot(activity, file);
Falcon.takeScreenshot(activity, file)
// Take bitmap and do whatever you want
Bitmap bitmap = Falcon.takeScreenshotBitmap(activity);
val bitmap = Falcon.takeScreenshotBitmap(activity)
```

Check falcon-sample and its android tests for more example usage.
Expand Down

0 comments on commit 655b4ef

Please sign in to comment.