Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 5437620

Browse files
committed
[[ AndroidListeners ]] Note that overloaded methods in interfaces are not supported
1 parent 0db6ce1 commit 5437620

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/guides/LiveCode Builder Language Reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,7 @@ either be a `Handler` or an `Array` - if it is a `Handler`, the specified
585585
listener should only have one available callback. If the listener has
586586
multiple callbacks, an array can be used to assign handlers to each. Each
587587
key in the array must match the name of a callback in the listener.
588+
Overloaded methods in the interface are not currently supported.
588589

589590
For example:
590591

docs/lcb/notes/feature-android_listeners.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ The foreign handler binding to such a function takes a value that should
1515
either be a `Handler` or an `Array` - if it is a `Handler`, the specified
1616
listener should only have one available callback. If the listener has
1717
multiple callbacks, an array can be used to assign handlers to each. Each
18-
key in the array must match the name of a callback in the listener.
18+
key in the array must match the name of a callback in the listener.
19+
Overloaded methods in the interface are not currently supported.
1920

2021
For example:
2122

0 commit comments

Comments
 (0)