A
C
D
F
G
H
I
L
N
O
P
R
S
T
U
V
X
N
- newInstanceOrigin(Constructor,Array) - function in io.github.libxposed.api.XposedModule
- Basically the same as newInstance, but calls the original constructoras it was before the interception by Xposed.
- newInstanceOrigin(Constructor,Array) - function in io.github.libxposed.api.XposedInterfaceWrapper
- Basically the same as newInstance, but calls the original constructoras it was before the interception by Xposed.
- newInstanceOrigin(Constructor,Array) - function in io.github.libxposed.api.XposedInterface
- Basically the same as newInstance, but calls the original constructoras it was before the interception by Xposed.
- newInstanceSpecial(Constructor,Class,Array) - function in io.github.libxposed.api.XposedModule
- Creates a new instance of the given subclass, but initialize it with a parent constructor.
- newInstanceSpecial(Constructor,Class,Array) - function in io.github.libxposed.api.XposedInterfaceWrapper
- Creates a new instance of the given subclass, but initialize it with a parent constructor.
- newInstanceSpecial(Constructor,Class,Array) - function in io.github.libxposed.api.XposedInterface
- Creates a new instance of the given subclass, but initialize it with a parent constructor.