onEnter

open fun onEnter(key: String, self: Any, args: Array<Any>)

Entry phase: the patched method was just entered, before its body runs.

Parameters

key

the patch key that fired

self

the receiver of the patched method (null for static methods)

args

the patched method's arguments, boxed