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()
IXUnhookgetCallback in interface IXUnhook<XC_LayoutInflated>public void unhook()
IXUnhookunhook in interface IXUnhook<XC_LayoutInflated>