- onPackageInit(Context, String, String) - Method in class com.spazedog.lib.reflecttools.bridge.InitBridge
-
This is called whenever a new application is starting.
- onProcessInit(Context, String, String) - Method in class com.spazedog.lib.reflecttools.bridge.InitBridge
-
This is invoked when an application is starting and creates it's process.
- onRequestReceiver(ReflectClass) - Method in interface com.spazedog.lib.reflecttools.ReflectClass.OnClassReceiverListener
-
- onRequestReceiver(ReflectMember<?>) - Method in interface com.spazedog.lib.reflecttools.ReflectMember.OnMemberReceiverListener
-
Invoked when a receiver is needed to invoke a member.
- onSystemInit(Context) - Method in class com.spazedog.lib.reflecttools.bridge.InitBridge
-
This is invoked once the system thread has been created and started along with things like system context and such.
- onZygoteInit() - Method in class com.spazedog.lib.reflecttools.bridge.InitBridge
-
This is invoked the moment a Bridge System, like Xposed or Cydia, loads the module.