close abstract method

void close()

Closes this callback and releases its resources.

Further calls to existing nativeFunctions will result in undefined behavior.

Subsequent calls to close will be ignored.

It is safe to call close inside the callback.

Implementation

void close();