A  C  D  F  G  H  I  L  N  O  P  R  S  T  U  V  X 

G

getAnnotations() - function in io.github.libxposed.api.utils.DexParser
Get annotations annotation [ ].
getApplicationInfo() - function in io.github.libxposed.api.XposedModuleInterface.PackageLoadedParam
Gets the ApplicationInfo of the package being loaded.
getApplicationInfo() - function in io.github.libxposed.api.XposedModule
Gets the application info of the module.
getApplicationInfo() - function in io.github.libxposed.api.XposedInterfaceWrapper
Gets the application info of the module.
getApplicationInfo() - function in io.github.libxposed.api.XposedInterface
Gets the application info of the module.
getArgs() - function in io.github.libxposed.api.XposedInterface.BeforeHookCallback
Gets the arguments passed to the method / constructor.
getArgs() - function in io.github.libxposed.api.XposedInterface.AfterHookCallback
Gets all arguments passed to the method / constructor.
getArrays() - function in io.github.libxposed.api.utils.DexParser
Get arrays array [ ].
getCause() - function in java.lang.XposedFrameworkError
 
getCause() - function in java.lang.HookFailedError
 
getClassLoader() - function in io.github.libxposed.api.XposedModuleInterface.SystemServerLoadedParam
Gets the class loader of system server.
getClassLoader() - function in io.github.libxposed.api.XposedModuleInterface.PackageLoadedParam
Gets the class loader of the package being loaded.
getDeclaringClass() - function in io.github.libxposed.api.utils.DexParser.FieldId
Gets declaring class.
getDeclaringClass() - function in io.github.libxposed.api.utils.DexParser.MethodId
Gets declaring class.
getDefaultClassLoader() - function in io.github.libxposed.api.XposedModuleInterface.PackageLoadedParam
Gets default class loader.
getDescriptor() - function in io.github.libxposed.api.utils.DexParser.TypeId
Gets descriptor.
getElements() - function in io.github.libxposed.api.utils.DexParser.Annotation
Get elements element [ ].
getFieldId() - function in io.github.libxposed.api.utils.DexParser
Get field id field id [ ].
getFrameworkName() - function in io.github.libxposed.api.XposedModule
Gets the Xposed framework name of current implementation.
getFrameworkName() - function in io.github.libxposed.api.XposedInterfaceWrapper
Gets the Xposed framework name of current implementation.
getFrameworkName() - function in io.github.libxposed.api.XposedInterface
Gets the Xposed framework name of current implementation.
getFrameworkPrivilege() - function in io.github.libxposed.api.XposedModule
Gets the Xposed framework privilege of current implementation.
getFrameworkPrivilege() - function in io.github.libxposed.api.XposedInterfaceWrapper
Gets the Xposed framework privilege of current implementation.
getFrameworkPrivilege() - function in io.github.libxposed.api.XposedInterface
Gets the Xposed framework privilege of current implementation.
getFrameworkVersion() - function in io.github.libxposed.api.XposedModule
Gets the Xposed framework version of current implementation.
getFrameworkVersion() - function in io.github.libxposed.api.XposedInterfaceWrapper
Gets the Xposed framework version of current implementation.
getFrameworkVersion() - function in io.github.libxposed.api.XposedInterface
Gets the Xposed framework version of current implementation.
getFrameworkVersionCode() - function in io.github.libxposed.api.XposedModule
Gets the Xposed framework version code of current implementation.
getFrameworkVersionCode() - function in io.github.libxposed.api.XposedInterfaceWrapper
Gets the Xposed framework version code of current implementation.
getFrameworkVersionCode() - function in io.github.libxposed.api.XposedInterface
Gets the Xposed framework version code of current implementation.
getId() - function in io.github.libxposed.api.utils.DexParser.Id
Gets id.
getId() - function in io.github.libxposed.api.utils.DexParser.TypeId
Gets id.
getId() - function in io.github.libxposed.api.utils.DexParser.StringId
Gets id.
getId() - function in io.github.libxposed.api.utils.DexParser.FieldId
Gets id.
getId() - function in io.github.libxposed.api.utils.DexParser.MethodId
Gets id.
getId() - function in io.github.libxposed.api.utils.DexParser.ProtoId
Gets id.
getLocalizedMessage() - function in java.lang.XposedFrameworkError
 
getLocalizedMessage() - function in java.lang.HookFailedError
 
getMember() - function in io.github.libxposed.api.XposedInterface.BeforeHookCallback
Gets the method / constructor to be hooked.
getMember() - function in io.github.libxposed.api.XposedInterface.AfterHookCallback
Gets the method / constructor to be hooked.
getMessage() - function in java.lang.XposedFrameworkError
 
getMessage() - function in java.lang.HookFailedError
 
getMethodId() - function in io.github.libxposed.api.utils.DexParser
Get method id method id [ ].
getName() - function in io.github.libxposed.api.utils.DexParser.Element
Gets name.
getName() - function in io.github.libxposed.api.utils.DexParser.FieldId
Gets name.
getName() - function in io.github.libxposed.api.utils.DexParser.MethodId
Gets name.
getOrigin() - function in io.github.libxposed.api.XposedInterface.MethodUnhooker
Gets the method or constructor being hooked.
getPackageName() - function in io.github.libxposed.api.XposedModuleInterface.PackageLoadedParam
Gets the package name of the package being loaded.
getParameters() - function in io.github.libxposed.api.utils.DexParser.ProtoId
Get parameters type id [ ].
getProcessName() - function in io.github.libxposed.api.XposedModuleInterface.ModuleLoadedParam
Gets the process name.
getProtoId() - function in io.github.libxposed.api.utils.DexParser
Get proto id proto id [ ].
getPrototype() - function in io.github.libxposed.api.utils.DexParser.MethodId
Gets prototype.
getRemotePreferences(String) - function in io.github.libxposed.api.XposedModule
Gets remote preferences stored in Xposed framework.
getRemotePreferences(String) - function in io.github.libxposed.api.XposedModule
Gets remote preferences stored in Xposed framework.
getRemotePreferences(String) - function in io.github.libxposed.api.XposedInterfaceWrapper
Gets remote preferences stored in Xposed framework.
getRemotePreferences(String) - function in io.github.libxposed.api.XposedInterfaceWrapper
Gets remote preferences stored in Xposed framework.
getRemotePreferences(String) - function in io.github.libxposed.api.XposedInterface
Gets remote preferences stored in Xposed framework.
getResult() - function in io.github.libxposed.api.XposedInterface.AfterHookCallback
Gets the return value of the method or the before invocation callback.
getReturnType() - function in io.github.libxposed.api.utils.DexParser.ProtoId
Gets return type.
getShorty() - function in io.github.libxposed.api.utils.DexParser.ProtoId
Gets shorty.
getStackTrace() - function in java.lang.XposedFrameworkError
 
getStackTrace() - function in java.lang.HookFailedError
 
getString() - function in io.github.libxposed.api.utils.DexParser.StringId
Gets string.
getStringId() - function in io.github.libxposed.api.utils.DexParser
Get string id string id [ ].
getSuppressed() - function in java.lang.XposedFrameworkError
 
getSuppressed() - function in java.lang.HookFailedError
 
getThisObject() - function in io.github.libxposed.api.XposedInterface.BeforeHookCallback
Gets the {@code this} object, or {@code null} if the method is static.
getThisObject() - function in io.github.libxposed.api.XposedInterface.AfterHookCallback
Gets the {@code this} object, or {@code null} if the method is static.
getThrowable() - function in io.github.libxposed.api.XposedInterface.AfterHookCallback
Gets the exception thrown by the method / constructor or the before invocation callback.
getType() - function in io.github.libxposed.api.utils.DexParser.Annotation
Gets type.
getType() - function in io.github.libxposed.api.utils.DexParser.FieldId
Gets type.
getTypeId() - function in io.github.libxposed.api.utils.DexParser
Get type id type id [ ].
getValue() - function in io.github.libxposed.api.utils.DexParser.Value
Get value byte [ ].
getValue() - function in io.github.libxposed.api.utils.DexParser.Element
Get value byte [ ].
getValues() - function in io.github.libxposed.api.utils.DexParser.Array
Get values value [ ].
getValueType() - function in io.github.libxposed.api.utils.DexParser.Value
Gets value type.
getValueType() - function in io.github.libxposed.api.utils.DexParser.Element
Gets value type.
getVisibility() - function in io.github.libxposed.api.utils.DexParser.Annotation
Gets visibility.
A  C  D  F  G  H  I  L  N  O  P  R  S  T  U  V  X