ObjectHooks.onCreate
onCreate() -> none
Description
This method will is immediately after an object is created and its fields are initialized.
class MyObject {
public fun onCreate {
...
}
}
This method will is immediately after an object is created and its fields are initialized.
class MyObject {
public fun onCreate {
...
}
}