See: Description
| Interface | Description |
|---|---|
| IJavetCallbackReceiver |
The interface Javet callback receiver.
|
| Class | Description |
|---|---|
| JavetCallbackReceiver |
The type Javet explicit callback receiver.
|
When JavaScript calls a Java-backed function, the receiver object is the target of the invocation.
IJavetCallbackReceiver - Interface for callback receivers.JavetCallbackReceiver - Base class holding a V8 runtime reference,
providing common ground for custom callback implementations.