public class XC_LayoutInflated.Unhook extends java.lang.Object implements IXUnhook<XC_LayoutInflated>
Constructor and Description |
---|
Unhook(java.lang.String resDir,
int id) |
Modifier and Type | Method and Description |
---|---|
XC_LayoutInflated |
getCallback()
Returns the callback that has been registered.
|
int |
getId()
Returns the resource ID of the hooked layout.
|
void |
unhook()
Removes the callback.
|
public int getId()
public XC_LayoutInflated getCallback()
IXUnhook
getCallback
in interface IXUnhook<XC_LayoutInflated>
public void unhook()
IXUnhook
unhook
in interface IXUnhook<XC_LayoutInflated>