Skip to content

Commit 49068ce

Browse files
authored
Update README with Kotlin usage example (#17)
Added example usage for pass_callback_arguments in Kotlin.
1 parent ebe64ce commit 49068ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ class LambdaSample private constructor() : NativeObject() {
194194
}
195195
}
196196
```
197+
test
197198
and the way it is used:
198199
```kotlin
199200
val result = LambdaSample.pass_callback_arguments("callback") { str, short, int, long -> "($str, $short, $int, $long)" }

0 commit comments

Comments
 (0)