Hook
data class Hook(val id: Int, val targetBinary: String, val targetInternal: String, val method: String, val descriptor: String?, val at: String, val module: TesseraModule?, val callback: TesseraCallback)
Constructors
Link copied to clipboard
constructor(id: Int, targetBinary: String, targetInternal: String, method: String, descriptor: String?, at: String, module: TesseraModule?, callback: TesseraCallback)